summaryrefslogtreecommitdiff
path: root/FL/Fl_Tree.H
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2019-01-23 16:01:06 -0800
committerGreg Ercolano <erco@seriss.com>2019-01-23 16:01:06 -0800
commit4f8e07a0cdde00610d95e3fb25b11f9e0ebfaacb (patch)
tree29408a1cc379b516bbe803e22e4044f52b20544c /FL/Fl_Tree.H
parent83ecdd183ad738bca1f763b8d1c068d729ff2b0c (diff)
Doxygen mods for new FL_TREE_SELECT_SINGLE_DRAGGABLE flag
o Added mention of drag+drop / FL_TREE_SELECT_SINGLE_DRAGGABLE to list of features on main Fl_Tree doxygen page. o Whitespace mods to FL_TREE_SELECT_* to fix doxygen 1.8.5 whitespace sensitivity that was causing single sentence to break into two when spanning multiple "///>" comments for last item in an enum (doesn't end in ",")
Diffstat (limited to 'FL/Fl_Tree.H')
-rw-r--r--FL/Fl_Tree.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Tree.H b/FL/Fl_Tree.H
index 63c06240a..372e9a6f9 100644
--- a/FL/Fl_Tree.H
+++ b/FL/Fl_Tree.H
@@ -109,6 +109,7 @@
(inherited from Fl_Widget).<BR>
A hook is provided to allow you to redefine how item's labels are drawn
via Fl_Tree::item_draw_callback().<BR>
+ Items can be interactively dragged using FL_TREE_SELECT_SINGLE_DRAGGABLE.
\par SELECTION OF ITEMS
The tree can have different selection behaviors controlled by selectmode().