toolbar.h File Reference
#include "generic/callbackfwd.h"
#include <string>
Go to the source code of this file.
Defines |
#define | INCLUDED_GTKUTIL_TOOLBAR_H |
Typedefs |
typedef struct _GtkButton | GtkButton |
typedef struct _GtkToggleButton | GtkToggleButton |
typedef struct _GtkToolbar | GtkToolbar |
Functions |
GtkButton * | toolbar_append_button (GtkToolbar *toolbar, const std::string &description, const std::string &icon, const Callback &callback) |
GtkButton * | toolbar_append_button (GtkToolbar *toolbar, const std::string &description, const std::string &icon, const Command &command) |
GtkToggleButton * | toolbar_append_toggle_button (GtkToolbar *toolbar, const std::string &description, const std::string &icon, const Callback &callback) |
GtkToggleButton * | toolbar_append_toggle_button (GtkToolbar *toolbar, const std::string &description, const std::string &icon, const Toggle &toggle) |
Define Documentation
#define INCLUDED_GTKUTIL_TOOLBAR_H |
Typedef Documentation
Function Documentation