DTooltip
From GMod Wiki
Revision as of 14:34, 6 May 2010 by Morin-Guewen  (Talk | contribs)
				
			| Derma Control: DTooltip | |
|---|---|
| Parent Class: | Panel | 
| Subclasses: | DLabel | 
| Description: | |
| You should rarely need to create a DTooltip manually! | |
Examples
| Description | Enables a tooltip on a button. | 
|---|---|
| Used on |  | 
| Code | local MyBtn = vgui.Create("DButton") MyBtn:SetToolTip("Datastream Sucks") MyBtn:SetSize(40, 20) MyBtn:SetText("wut") | 
| Output | 
Methods
 DTooltip.Close
 DTooltip.Close
 DTooltip.DrawArrow
 DTooltip.DrawArrow
 DTooltip.Init
 DTooltip.Init
 DTooltip.OpenForPanel
 DTooltip.OpenForPanel
 DTooltip.Paint
 DTooltip.Paint
 DTooltip.PerformLayout
 DTooltip.PerformLayout
 DTooltip.SetContents
 DTooltip.SetContents
 
			
			