DTree.SetLineHeight

From GMod Wiki

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



Examples

DescriptionSets the Line Height on a panel.
Used onNewerClient.png
Code
local DTree= vgui.Create("DTree")
DTree:SetLineHeight(22)
OutputDTree-SetLineHeight.PNG


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox