DTree.SetIndentSize
From GMod Wiki
Function | |
Syntax | DTree:SetIndentSize( Integer Size ) |
Description: | |
Sets the Indent Size on a panel. | |
Returns: | nil |
In Object: | DTree |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DTree.SetIndentSize]DTree.SetIndentSize [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Sets the Indent Size on a panel. |
---|---|
Used on | |
Code | local DTree= vgui.Create("DTree") DTree:SetIndentSize(10) |
Output | N/A |