![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Adapter to wrap button widgets intended to serve as tool buttons. More...
Go to the source code of this file.
Adapter to wrap button widgets intended to serve as tool buttons.
Definition in file mini-button.hpp.
#include "stage/gtk-base.hpp"Namespaces | |
| namespace | stage |
| Lumiera GTK UI implementation root. | |
| namespace | stage::widget |
| Lumiera custom widgets. | |
Typedefs | |
| using | MiniButton = MiniWrapper< Gtk::Button > |
| A ToolButton-like widget. | |
| using | MiniToggleButton = MiniWrapper< Gtk::ToggleButton > |
| A ToggleToolButton-like widget. | |
Classes | |
| class | MiniWrapper< T > |
| A wrapper for ToolButton-like Button widgets. More... | |