Panel.PerformLayout
From GMod Wiki
(Redirected from DNotify.PerformLayout)
Event Hook | |
Hook Name | PerformLayout |
Syntax | PANEL:PerformLayout( ) |
Description | This function is called any time the layout is invalidated. This can occur whenever the panel changes size, or when it is manually triggered with Panel:InvalidateLayout. This event HAS to reposition all of the child elements parented to the panel every time it is called. If it isn't they will all be moved to 0,0. |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=Panel.PerformLayout]Panel.PerformLayout [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- N/A