31 #ifndef STAGE_WIDGET_MENU_BUTTON_H 32 #define STAGE_WIDGET_MENU_BUTTON_H 72 MenuButton (cuString& label,
bool mnemonic=
false);
88 void append (uString& slug, uString& title, sigc::slot<void>& callback,
bool toggle=
false);
98 void append (
const char *slug,
const char* title, sigc::slot<void>& callback,
bool toggle=
false);
102 void appendSeparator();
113 Gtk::Widget*
get (uString slug);
134 void on_menu_deactivated();
145 void on_menu_position (
int& x,
int& y,
bool& push_in);
168 Glib::RefPtr<UIManager> uimanager;
169 Glib::RefPtr<ActionGroup> actions;
Lumiera GTK UI implementation root.
A set of basic GTK includes for the UI.