Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
menu-button.cpp File Reference

Implementation of the MenuButton widget, to display a menu when clicked. More...

Go to the source code of this file.

Description

Implementation of the MenuButton widget, to display a menu when clicked.

Definition in file menu-button.cpp.

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
 

Macro Definition Documentation

◆ POPUP_SLUG

#define POPUP_SLUG   "TheMenu"

Definition at line 23 of file menu-button.cpp.

◆ POPUP_PATH

#define POPUP_PATH   "/" POPUP_SLUG

Definition at line 24 of file menu-button.cpp.