![]() |
Lumiera 0.pre.04
»edit your freedom«
|
#include "stage/widget/button-bar.hpp"
A modified toolbar widget for use in dialogs.
Definition at line 32 of file button-bar.hpp.
Public Member Functions | |
| ButtonBar () | |
| 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. | |
| ButtonBar | ( | ) |
Definition at line 28 of file button-bar.cpp.
| void append | ( | Widget & | widget | ) |
Append a widget to the button bar.
Definition at line 36 of file button-bar.cpp.
Referenced by PlayPanel::PlayPanel(), and ButtonBar::append().
Here is the caller graph for this function:
|
inline |
Append a button to the button bar, and connect a click event.
Definition at line 47 of file button-bar.hpp.
References ButtonBar::append().
Here is the call graph for this function:
Inheritance diagram for ButtonBar:
Collaboration diagram for ButtonBar: