Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
mini-button.hpp File Reference

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

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"

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...