Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtktogglebutton.h File Reference
#include <gtk/gtkbutton.h>

Go to the source code of this file.

Data Structures

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))
 

Typedefs

typedef struct _GtkToggleButton GtkToggleButton
 
typedef struct _GtkToggleButtonClass GtkToggleButtonClass
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_toggle_button_get_type (void) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL GtkWidgetgtk_toggle_button_new (void)
 
GDK_AVAILABLE_IN_ALL GtkWidgetgtk_toggle_button_new_with_label (const char *label)
 
GDK_AVAILABLE_IN_ALL GtkWidgetgtk_toggle_button_new_with_mnemonic (const char *label)
 
GDK_AVAILABLE_IN_ALL void gtk_toggle_button_set_active (GtkToggleButton *toggle_button, gboolean is_active)
 
GDK_AVAILABLE_IN_ALL gboolean gtk_toggle_button_get_active (GtkToggleButton *toggle_button)
 
GDK_DEPRECATED_IN_4_10 void gtk_toggle_button_toggled (GtkToggleButton *toggle_button)
 
GDK_AVAILABLE_IN_ALL void gtk_toggle_button_set_group (GtkToggleButton *toggle_button, GtkToggleButton *group)
 

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 40 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 41 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 38 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 39 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 42 of file gtktogglebutton.h.

◆ GTK_TYPE_TOGGLE_BUTTON

#define GTK_TYPE_TOGGLE_BUTTON   (gtk_toggle_button_get_type ())

Definition at line 37 of file gtktogglebutton.h.

Typedef Documentation

◆ GtkToggleButton

Definition at line 44 of file gtktogglebutton.h.

◆ GtkToggleButtonClass

Definition at line 45 of file gtktogglebutton.h.

Function Documentation

◆ gtk_toggle_button_get_active()

GDK_AVAILABLE_IN_ALL gboolean gtk_toggle_button_get_active ( GtkToggleButton * toggle_button)

◆ gtk_toggle_button_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_toggle_button_get_type ( void )

◆ gtk_toggle_button_new()

GDK_AVAILABLE_IN_ALL GtkWidget * gtk_toggle_button_new ( void )

◆ gtk_toggle_button_new_with_label()

GDK_AVAILABLE_IN_ALL GtkWidget * gtk_toggle_button_new_with_label ( const char * label)

◆ gtk_toggle_button_new_with_mnemonic()

GDK_AVAILABLE_IN_ALL GtkWidget * gtk_toggle_button_new_with_mnemonic ( const char * label)

◆ gtk_toggle_button_set_active()

GDK_AVAILABLE_IN_ALL void gtk_toggle_button_set_active ( GtkToggleButton * toggle_button,
gboolean is_active )

◆ gtk_toggle_button_set_group()

GDK_AVAILABLE_IN_ALL void gtk_toggle_button_set_group ( GtkToggleButton * toggle_button,
GtkToggleButton * group )

◆ gtk_toggle_button_toggled()

GDK_DEPRECATED_IN_4_10 void gtk_toggle_button_toggled ( GtkToggleButton * toggle_button)