button.h File Reference

#include <string>
#include "generic/callbackfwd.h"
Include dependency graph for button.h:
This graph shows which files directly or indirectly include this file:

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)

Define Documentation

#define INCLUDED_GTKUTIL_BUTTON_H

Definition at line 23 of file button.h.


Typedef Documentation

typedef gint gboolean

Definition at line 32 of file button.h.

typedef int gint

Definition at line 31 of file button.h.

typedef struct _GtkButton GtkButton

Definition at line 28 of file button.h.

typedef struct _GtkRadioButton GtkRadioButton

Definition at line 30 of file button.h.

typedef struct _GtkToggleButton GtkToggleButton

Definition at line 29 of file button.h.

typedef unsigned int guint

Definition at line 33 of file button.h.


Function Documentation

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  ) 
void radio_button_set_active ( GtkRadioButton radio,
int  index 
)
void radio_button_set_active_no_signal ( GtkRadioButton radio,
int  index 
)
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 
)

Generated by  doxygen 1.6.2