class Fox::FXTreeItem

Each item in an FXTreeList is an instance of FXTreeItem.

A tree item can contain zero or more child items, and those items are arranged as a linked list. The {FXTreeItem#first} method returns the a reference to the first child item, if any, and the {FXTreeItem#last} method returns a reference to the last child item.