22 #ifndef Fl_Sys_Menu_Bar_H 23 #define Fl_Sys_Menu_Bar_H 25 #include <FL/Fl_Menu_Bar.H> 27 class Fl_Sys_Menu_Bar_Driver;
96 static Fl_Sys_Menu_Bar_Driver *driver();
105 tabbing_mode_preferred
114 int add(
const char* label,
int shortcut,
Fl_Callback*,
void *user_data=0,
int flags=0);
118 int add(
const char* label,
const char* shortcut,
Fl_Callback* cb,
void *user_data=0,
int flags=0) {
121 int add(
const char* str);
122 int insert(
int index,
const char* label,
int shortcut,
Fl_Callback *cb,
void *user_data=0,
int flags=0);
126 int insert(
int index,
const char* label,
const char* shortcut,
Fl_Callback *cb,
void *user_data=0,
int flags=0) {
130 void replace(
int index,
const char *name);
133 void mode (
int i,
int fl);
141 static window_menu_style_enum window_menu_style();
142 static void window_menu_style(window_menu_style_enum style);
143 static void create_window_menu();
150 #endif // Fl_Sys_Menu_Bar_H
FL_EXPORT unsigned int fl_old_shortcut(const char *s)
Emulation of XForms named shortcuts.
Definition: fl_shortcut.cxx:273