Ardour  8.7-14-g57a6773833
gtktogglebutton.h File Reference
#include <gtk/gtkbutton.h>
Include dependency graph for gtktogglebutton.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GtkToggleButton
 
struct  _GtkToggleButtonClass
 

Macros

#define GTK_TYPE_TOGGLE_BUTTON   (gtk_toggle_button_get_type ())
 
#define GTK_TOGGLE_BUTTON(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TOGGLE_BUTTON, GtkToggleButton))
 
#define GTK_TOGGLE_BUTTON_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_TOGGLE_BUTTON, GtkToggleButtonClass))
 
#define GTK_IS_TOGGLE_BUTTON(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TOGGLE_BUTTON))
 
#define GTK_IS_TOGGLE_BUTTON_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_TOGGLE_BUTTON))
 
#define GTK_TOGGLE_BUTTON_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_TOGGLE_BUTTON, GtkToggleButtonClass))
 
#define gtk_toggle_button_set_state   gtk_toggle_button_set_active
 

Typedefs

typedef struct _GtkToggleButton GtkToggleButton
 
typedef struct _GtkToggleButtonClass GtkToggleButtonClass
 

Functions

GType gtk_toggle_button_get_type (void) G_GNUC_CONST
 
GtkWidgetgtk_toggle_button_new (void)
 
GtkWidgetgtk_toggle_button_new_with_label (const gchar *label)
 
GtkWidgetgtk_toggle_button_new_with_mnemonic (const gchar *label)
 
void gtk_toggle_button_set_mode (GtkToggleButton *toggle_button, gboolean draw_indicator)
 
gboolean gtk_toggle_button_get_mode (GtkToggleButton *toggle_button)
 
void gtk_toggle_button_set_active (GtkToggleButton *toggle_button, gboolean is_active)
 
gboolean gtk_toggle_button_get_active (GtkToggleButton *toggle_button)
 
void gtk_toggle_button_toggled (GtkToggleButton *toggle_button)
 
void gtk_toggle_button_set_inconsistent (GtkToggleButton *toggle_button, gboolean setting)
 
gboolean gtk_toggle_button_get_inconsistent (GtkToggleButton *toggle_button)
 

Macro Definition Documentation

◆ GTK_IS_TOGGLE_BUTTON

#define GTK_IS_TOGGLE_BUTTON (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TOGGLE_BUTTON))

Definition at line 43 of file gtktogglebutton.h.

◆ GTK_IS_TOGGLE_BUTTON_CLASS

#define GTK_IS_TOGGLE_BUTTON_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_TOGGLE_BUTTON))

Definition at line 44 of file gtktogglebutton.h.

◆ GTK_TOGGLE_BUTTON

#define GTK_TOGGLE_BUTTON (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TOGGLE_BUTTON, GtkToggleButton))

Definition at line 41 of file gtktogglebutton.h.

◆ GTK_TOGGLE_BUTTON_CLASS

#define GTK_TOGGLE_BUTTON_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_TOGGLE_BUTTON, GtkToggleButtonClass))

Definition at line 42 of file gtktogglebutton.h.

◆ GTK_TOGGLE_BUTTON_GET_CLASS

#define GTK_TOGGLE_BUTTON_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_TOGGLE_BUTTON, GtkToggleButtonClass))

Definition at line 45 of file gtktogglebutton.h.

◆ gtk_toggle_button_set_state

#define gtk_toggle_button_set_state   gtk_toggle_button_set_active

Definition at line 92 of file gtktogglebutton.h.

◆ GTK_TYPE_TOGGLE_BUTTON

#define GTK_TYPE_TOGGLE_BUTTON   (gtk_toggle_button_get_type ())

Definition at line 40 of file gtktogglebutton.h.

Typedef Documentation

◆ GtkToggleButton

Definition at line 38 of file gtktogglebutton.h.

◆ GtkToggleButtonClass

Definition at line 38 of file gtktogglebutton.h.

Function Documentation

◆ gtk_toggle_button_get_active()

gboolean gtk_toggle_button_get_active ( GtkToggleButton toggle_button)

◆ gtk_toggle_button_get_inconsistent()

gboolean gtk_toggle_button_get_inconsistent ( GtkToggleButton toggle_button)

◆ gtk_toggle_button_get_mode()

gboolean gtk_toggle_button_get_mode ( GtkToggleButton toggle_button)

◆ gtk_toggle_button_get_type()

GType gtk_toggle_button_get_type ( void  )

◆ gtk_toggle_button_new()

GtkWidget* gtk_toggle_button_new ( void  )

◆ gtk_toggle_button_new_with_label()

GtkWidget* gtk_toggle_button_new_with_label ( const gchar *  label)

◆ gtk_toggle_button_new_with_mnemonic()

GtkWidget* gtk_toggle_button_new_with_mnemonic ( const gchar *  label)

◆ gtk_toggle_button_set_active()

void gtk_toggle_button_set_active ( GtkToggleButton toggle_button,
gboolean  is_active 
)

◆ gtk_toggle_button_set_inconsistent()

void gtk_toggle_button_set_inconsistent ( GtkToggleButton toggle_button,
gboolean  setting 
)

◆ gtk_toggle_button_set_mode()

void gtk_toggle_button_set_mode ( GtkToggleButton toggle_button,
gboolean  draw_indicator 
)

◆ gtk_toggle_button_toggled()

void gtk_toggle_button_toggled ( GtkToggleButton toggle_button)