DTree Node

From GMod Wiki

Jump to: navigation, search
Derma Control: DTree_Node
Parent Class:Panel
Subclasses:
Description:
An individual line in a DTree node.

The folder icon DTree_Node uses can be changed through accessing DTree_Node.Icon

Examples

DescriptionChange the default folder icon into a smiley
Used onNewerClient.png
Code
 
	local DTree = vgui.Create( "DTree" )
	local DTree_Node = overview:AddNode( "Text" )
	DTree_Node.Icon:SetImage( "gui/silkicons/emoticon_smile" )
 
OutputN/A


Methods

NewerClient.png DTree_Node.AddNode
NewerClient.png DTree_Node.AddPanel
NewerClient.png DTree_Node.AnimSlide
NewerClient.png DTree_Node.ChildExpanded
NewerClient.png DTree_Node.CreateChildNodes
NewerClient.png DTree_Node.DoClick
NewerClient.png DTree_Node.DoRightClick
NewerClient.png DTree_Node.ExpandRecurse
NewerClient.png DTree_Node.ExpandTo
NewerClient.png DTree_Node.FilePopulate
NewerClient.png DTree_Node.FilePopulateCallback
NewerClient.png DTree_Node.GetDirty
NewerClient.png DTree_Node.GetFolder
NewerClient.png DTree_Node.GetForceShowExpander
NewerClient.png DTree_Node.GetIndentSize
NewerClient.png DTree_Node.GetLineHeight
NewerClient.png DTree_Node.GetNeedsChildSearch
NewerClient.png DTree_Node.GetParentNode
NewerClient.png DTree_Node.GetRoot
NewerClient.png DTree_Node.GetShowFiles
NewerClient.png DTree_Node.GetTextColor
NewerClient.png DTree_Node.GetWildCard
NewerClient.png DTree_Node.HasChildren
NewerClient.png DTree_Node.Init
NewerClient.png DTree_Node.InternalDoClick
NewerClient.png DTree_Node.InternalDoRightClick
NewerClient.png DTree_Node.MakeFolder
NewerClient.png DTree_Node.Paint
NewerClient.png DTree_Node.PerformLayout
NewerClient.png DTree_Node.PopulateChildren
NewerClient.png DTree_Node.PopulateChildrenAndSelf
NewerClient.png DTree_Node.SetDirty
NewerClient.png DTree_Node.SetExpanded
NewerClient.png DTree_Node.SetFolder
NewerClient.png DTree_Node.SetForceShowExpander
NewerClient.png DTree_Node.SetNeedsChildSearch
NewerClient.png DTree_Node.SetParentNode
NewerClient.png DTree_Node.SetRoot
NewerClient.png DTree_Node.SetSelected
NewerClient.png DTree_Node.SetShowFiles
NewerClient.png DTree_Node.SetText
NewerClient.png DTree_Node.SetTextColor
NewerClient.png DTree_Node.SetWildCard
NewerClient.png DTree_Node.ShowIcons
NewerClient.png DTree_Node.Think

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox