Lumiera
0.pre.03
»edit your freedom«
|
#include "stage/widget/button-bar.hpp"
A modified toolbar widget for use in dialogs.
Definition at line 40 of file button-bar.hpp.
Public Member Functions | |
void | append (Widget &) |
Append a widget to the button bar. | |
template<class T > | |
void | append (MiniWrapper< T > &button, sigc::slot< void > const &clicked_slot) |
Append a button to the button bar, and connect a click event. | |