From 430bbb9b271d27a1b1f8a7df81dde2af75490cb1 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Tue, 12 Oct 2010 15:36:16 +0000 Subject: [PATCH] set_item_focus() is now 'public'. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7721 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Tree.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///