#include <string>
#include "generic/callbackfwd.h"
Go to the source code of this file.
Defines | |
#define | INCLUDED_GTKUTIL_BUTTON_H |
Typedefs | |
typedef struct _GtkButton | GtkButton |
typedef struct _GtkToggleButton | GtkToggleButton |
typedef struct _GtkRadioButton | GtkRadioButton |
typedef int | gint |
typedef gint | gboolean |
typedef unsigned int | guint |
Functions | |
void | button_connect_callback (GtkButton *button, const Callback &callback) |
guint | toggle_button_connect_callback (GtkToggleButton *button, const Callback &callback) |
void | button_set_icon (GtkButton *button, const std::string &icon) |
void | toggle_button_set_active_no_signal (GtkToggleButton *item, gboolean active) |
void | radio_button_set_active (GtkRadioButton *radio, int index) |
void | radio_button_set_active_no_signal (GtkRadioButton *radio, int index) |
int | radio_button_get_active (GtkRadioButton *radio) |
typedef struct _GtkRadioButton GtkRadioButton |
typedef struct _GtkToggleButton GtkToggleButton |
void button_connect_callback | ( | GtkButton * | button, | |
const Callback & | callback | |||
) |
void button_set_icon | ( | GtkButton * | button, | |
const std::string & | icon | |||
) |
int radio_button_get_active | ( | GtkRadioButton * | radio | ) |
Referenced by DirectionAttribute::applyRadio().
void radio_button_set_active | ( | GtkRadioButton * | radio, | |
int | index | |||
) |
void radio_button_set_active_no_signal | ( | GtkRadioButton * | radio, | |
int | index | |||
) |
Referenced by DirectionAttribute::update().
guint toggle_button_connect_callback | ( | GtkToggleButton * | button, | |
const Callback & | callback | |||
) |
Referenced by NonModalRadio::connect().
void toggle_button_set_active_no_signal | ( | GtkToggleButton * | item, | |
gboolean | active | |||
) |
Referenced by BooleanAttribute::update().