![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
Implementation of the MenuButton widget, to display a menu when clicked. More...
Go to the source code of this file.
Implementation of the MenuButton widget, to display a menu when clicked.
Definition in file menu-button.cpp.
#include "stage/widget/menu-button.hpp"Namespaces | |
| namespace | stage |
| Lumiera GTK UI implementation root. | |
| namespace | stage::widget |
| Lumiera custom widgets. | |
| namespace | stage::widget::anonymous_namespace{menu-button.cpp} |
Macros | |
| #define | POPUP_SLUG "TheMenu" |
| #define | POPUP_PATH "/" POPUP_SLUG |
Variables | |
| const int | CAPTION_PADDING = 4 |
| const Gtk::ArrowType | ARROW_TYPE = Gtk::ARROW_DOWN |
| const Gtk::ShadowType | SHADOW_TYPE = Gtk::SHADOW_NONE |
| #define POPUP_SLUG "TheMenu" |
Definition at line 23 of file menu-button.cpp.
| #define POPUP_PATH "/" POPUP_SLUG |
Definition at line 24 of file menu-button.cpp.