toolbar.h File Reference

#include "generic/callbackfwd.h"
#include <string>
Include dependency graph for toolbar.h:

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

GtkButtontoolbar_append_button (GtkToolbar *toolbar, const std::string &description, const std::string &icon, const Callback &callback)
GtkButtontoolbar_append_button (GtkToolbar *toolbar, const std::string &description, const std::string &icon, const Command &command)
GtkToggleButtontoolbar_append_toggle_button (GtkToolbar *toolbar, const std::string &description, const std::string &icon, const Callback &callback)
GtkToggleButtontoolbar_append_toggle_button (GtkToolbar *toolbar, const std::string &description, const std::string &icon, const Toggle &toggle)

Define Documentation

#define INCLUDED_GTKUTIL_TOOLBAR_H

Definition at line 23 of file toolbar.h.


Typedef Documentation

typedef struct _GtkButton GtkButton

Definition at line 28 of file toolbar.h.

typedef struct _GtkToggleButton GtkToggleButton

Definition at line 29 of file toolbar.h.

typedef struct _GtkToolbar GtkToolbar

Definition at line 30 of file toolbar.h.


Function Documentation

GtkButton* toolbar_append_button ( GtkToolbar toolbar,
const std::string description,
const std::string icon,
const Command command 
)
GtkButton* toolbar_append_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 
)
GtkToggleButton* toolbar_append_toggle_button ( GtkToolbar toolbar,
const std::string description,
const std::string icon,
const Callback &  callback 
)

Generated by  doxygen 1.6.2