MCPcopy
hub / github.com/g3n/engine / Add

Method Add

gui/tree.go:82–85  ·  view source on GitHub ↗

Add child panel to the end tree.

(ichild IPanel)

Source from the content-addressed store, hash-verified

80
81// Add child panel to the end tree.
82func (t *Tree) Add(ichild IPanel) {
83
84 t.List.Add(ichild)
85}
86
87// InsertNodeAt inserts at the specified position a new tree node
88// with the specified text at the end of this tree

Callers 15

buildTreeFunction · 0.95
renderGraphicMaterialMethod · 0.45
copyMethod · 0.45
NewTubeFunction · 0.45
newSplitterFunction · 0.45
AddOptionMethod · 0.45
AddSeparatorMethod · 0.45
AddMenuMethod · 0.45
newMenuItemFunction · 0.45
SetIconMethod · 0.45
SetShortcutMethod · 0.45
NewImageButtonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected