Author: greg.ercolano
Date: 2010-10-12 08:36:16 -0700 (Tue, 12 Oct 2010)
New Revision: 7721
Log:
set_item_focus() is now 'public'.


Modified:
   branches/branch-1.3/FL/Fl_Tree.H

Modified: branches/branch-1.3/FL/Fl_Tree.H
===================================================================
--- branches/branch-1.3/FL/Fl_Tree.H    2010-10-12 12:34:19 UTC (rev 7720)
+++ branches/branch-1.3/FL/Fl_Tree.H    2010-10-12 15:36:16 UTC (rev 7721)
@@ -143,7 +143,6 @@
   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 @@
   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.
   ///

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to