Update doc of struct Fl_Menu_Item whose shortcut_ member is now an int.
This commit is contained in:
parent
21428bad10
commit
ee5b9974bb
@ -47,7 +47,7 @@ class Fl_Menu_;
|
||||
\code
|
||||
struct Fl_Menu_Item {
|
||||
const char* text; // label()
|
||||
ulong shortcut_;
|
||||
int shortcut_;
|
||||
Fl_Callback* callback_;
|
||||
void* user_data_;
|
||||
int flags;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user