Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tree ¶
type Tree struct {
// contains filtered or unexported fields
}
Tree represents the tree management process itself. Send items to Tree.Add; send formatting requests to Format; send true to Tree.Quit to stop the process.
func (*Tree) AddAt ¶
AddAt inserts a new item at the specified insert point and returns the new item as an insert point. This allows us to build trees downward from the root.
Click to show internal directories.
Click to hide internal directories.