DTree.SetIndentSize

From GMod Wiki

Jump to: navigation, search
Function
Syntax DTree:SetIndentSize( Integer Size )
Description:
Sets the Indent Size on a panel.
Returns: nil
In Object: DTree
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=DTree.SetIndentSize]DTree.SetIndentSize [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionSets the Indent Size on a panel.
Used onNewerClient.png
Code
local DTree= vgui.Create("DTree")
DTree:SetIndentSize(10)
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox