diff options
| author | Greg Ercolano <erco@seriss.com> | 2018-04-10 18:37:18 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2018-04-10 18:37:18 +0000 |
| commit | c7080e826e99e1db17ff57bf02ae981aec371d23 (patch) | |
| tree | 640a752a2d3fe37bb0409a5cf37ddc8d7edd487a /FL/Fl_Tree.H | |
| parent | 798823f7dc578c2ddef3c97b723d771381fed479 (diff) | |
General description: mention how to move items around
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12824 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Tree.H')
| -rw-r--r-- | FL/Fl_Tree.H | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/FL/Fl_Tree.H b/FL/Fl_Tree.H index 46a104db5..119662887 100644 --- a/FL/Fl_Tree.H +++ b/FL/Fl_Tree.H @@ -89,6 +89,12 @@ /// positioned on the screen with show_item_top(), show_item_middle() and /// show_item_bottom(),<BR> /// item children can be swapped around with Fl_Tree_Item::swap_children(),<BR> +/// items can be moved around with Fl_Tree_Item::move(),<BR> +/// an item's children can be walked with Fl_Tree_Item::first() and Fl_Tree_Item::next(), +/// an item's children can be indexed directly with Fl_Tree_Item::child() +/// and Fl_Tree_Item::children(),<BR> +/// items can be moved from one subtree to another with Fl_Tree_Item::deparent() +/// and Fl_Tree_Item::reparent(),<BR> /// sorting can be controlled when items are add()ed via sortorder().<BR> /// You can walk the entire tree with first() and next().<BR> /// You can walk visible items with first_visible_item() |
