DTree.GetLineHeight

From GMod Wiki

Jump to: navigation, search
Function
Syntax DTree:GetLineHeight( )
Description:
Returns Padding.
Returns: integer
In Object: DTree
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=DTree.GetLineHeight]DTree.GetLineHeight [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionReturns LineHeight of DTree.
Used onNewerClient.png
Code
local DTree= vgui.Create( "DTree" )
DTree:SetLineHeight(22)
print(DTree:GetLineHeight())
OutputReturns "22" in the console.


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox