Add child panel to the end tree.
(ichild IPanel)
| 80 | |
| 81 | // Add child panel to the end tree. |
| 82 | func (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 |
no outgoing calls
no test coverage detected