diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-10-12 15:36:16 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-10-12 15:36:16 +0000 |
| commit | 430bbb9b271d27a1b1f8a7df81dde2af75490cb1 (patch) | |
| tree | 17a0d825df8743a716fe7fdf7d6b872f595468c5 | |
| parent | 5c5537930151f1ab7573ee357a4eefd93e6608ac (diff) | |
set_item_focus() is now 'public'.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7721 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | FL/Fl_Tree.H | 2 |
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. /// |
