summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/Fl_Tree.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Tree.H b/FL/Fl_Tree.H
index c42718587..c0d2b55ba 100644
--- a/FL/Fl_Tree.H
+++ b/FL/Fl_Tree.H
@@ -143,7 +143,6 @@ protected:
Fl_Scrollbar *_vscroll;
protected:
- void set_item_focus(Fl_Tree_Item *o);
void item_clicked(Fl_Tree_Item* val);
/// Do the callback for the item, setting the item and reason
void do_callback_for_item(Fl_Tree_Item* item, Fl_Tree_Reason reason) {
@@ -564,6 +563,7 @@ public:
int deselect_all(Fl_Tree_Item *item=0, int docallback=1);
int select_only(Fl_Tree_Item *selitem, int docallback=1);
int select_all(Fl_Tree_Item *item=0, int docallback=1);
+ void set_item_focus(Fl_Tree_Item *o);
/// See if the specified \p item is selected.
///