DFrame
From GMod Wiki
Revision as of 20:46, 9 November 2011 by TheFreeman193 (Talk | contribs)
| Derma Control: DFrame | |
|---|---|
| Parent Class: | Panel |
| Subclasses: | None |
| Description: | |
| A positionable, sizable frame. This is essentially a window. | |
Examples
Additional Notes
- DFrames have a 22 pixel title bar, so if you want to position something without it overlapping the title bar, add 22 to its Y amount.
Methods
DFrame
DFrame.Center
DFrame.Close
DFrame.GetBackgroundBlur
DFrame.GetDeleteOnClose
DFrame.GetDraggable
DFrame.GetScreenLock
DFrame.GetSizable
DFrame.Init
DFrame.IsActive
DFrame.OnMousePressed
DFrame.OnMouseReleased
DFrame.Paint
DFrame.PerformLayout
DFrame.SetBackgroundBlur
DFrame.SetDeleteOnClose
DFrame.SetDraggable
DFrame.SetMinWidth
DFrame.SetMinHeight
DFrame.SetScreenLock
DFrame.SetSizable
DFrame.SetTitle
DFrame.SetVisible
DFrame.ShowCloseButton
DFrame.Think