mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 14:52:46 +08:00
Added new method Fl_Tree_Item::event_on_item()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user