DTooltip
From GMod Wiki
| 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.DrawArrow
DTooltip.Init
DTooltip.OpenForPanel
DTooltip.Paint
DTooltip.PerformLayout
DTooltip.SetContents