From 4f8e07a0cdde00610d95e3fb25b11f9e0ebfaacb Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 23 Jan 2019 16:01:06 -0800 Subject: 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 ",") --- FL/Fl_Tree.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL/Fl_Tree.H') 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).
A hook is provided to allow you to redefine how item's labels are drawn via Fl_Tree::item_draw_callback().
+ 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(). -- cgit v1.2.3