Added new method Fl_Tree_Item::event_on_item()

This commit is contained in:
Greg Ercolano
2019-08-27 16:53:57 -07:00
parent 3340b33bf1
commit 62e39e5559
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -452,6 +452,7 @@ public:
//////////////////
const Fl_Tree_Item* find_clicked(const Fl_Tree_Prefs &prefs, int yonly=0) const;
Fl_Tree_Item* find_clicked(const Fl_Tree_Prefs &prefs, int yonly=0);
int event_on_item(const Fl_Tree_Prefs &prefs) const;
int event_on_collapse_icon(const Fl_Tree_Prefs &prefs) const;
int event_on_user_icon(const Fl_Tree_Prefs &prefs) const;
int event_on_label(const Fl_Tree_Prefs &prefs) const;