Lumiera  0.pre.03
»edit your freedom«
mini-button.hpp File Reference

Go to the source code of this file.

Description

Adapter to wrap button widgets intended to serve as tool buttons.

Todo:
leftover from the old GTK-2 Lumiera UI as of 3/23, but should be retained and integrated into the reworked GTK-3 UI

Definition in file mini-button.hpp.

#include "stage/gtk-base.hpp"

Classes

class  MiniWrapper< T >
 A wrapper for ToolButton-like Button widgets. More...
 

Typedefs

using MiniButton = MiniWrapper< Gtk::Button >
 A ToolButton-like widget.
 
using MiniToggleButton = MiniWrapper< Gtk::ToggleButton >
 A ToggleToolButton-like widget.
 

Namespaces

 stage
 Lumiera GTK UI implementation root.
 
 stage::widget
 Lumiera custom widgets.