mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
find_index() exists only in fltk 1.3.x
This commit is contained in:
@@ -22,6 +22,12 @@ public:
|
||||
void select_by_cmd(const char *cmd);
|
||||
const char *selected(void);
|
||||
void on_select(void);
|
||||
|
||||
/*
|
||||
* FLTK 1.3 has this function, but not previous one versions.
|
||||
* Here, we are not traversing submenus, e.g. Edit/Copy, but only top level ones
|
||||
*/
|
||||
int find_item_index(const char *p);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user