mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 06:14:28 +08:00
Update doc of struct Fl_Menu_Item whose shortcut_ member is now an int.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user