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

Go to the source code of this file.

Macros

#define GTK_TYPE_SWITCH   (gtk_switch_get_type ())
 
#define GTK_SWITCH(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SWITCH, GtkSwitch))
 
#define GTK_IS_SWITCH(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SWITCH))
 

Typedefs

typedef struct _GtkSwitch GtkSwitch
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_switch_get_type (void) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL GtkWidgetgtk_switch_new (void)
 
GDK_AVAILABLE_IN_ALL void gtk_switch_set_active (GtkSwitch *self, gboolean is_active)
 
GDK_AVAILABLE_IN_ALL gboolean gtk_switch_get_active (GtkSwitch *self)
 
GDK_AVAILABLE_IN_ALL void gtk_switch_set_state (GtkSwitch *self, gboolean state)
 
GDK_AVAILABLE_IN_ALL gboolean gtk_switch_get_state (GtkSwitch *self)
 

Macro Definition Documentation

◆ GTK_IS_SWITCH

#define GTK_IS_SWITCH ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SWITCH))

Definition at line 38 of file gtkswitch.h.

◆ GTK_SWITCH

#define GTK_SWITCH ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SWITCH, GtkSwitch))

Definition at line 37 of file gtkswitch.h.

◆ GTK_TYPE_SWITCH

#define GTK_TYPE_SWITCH   (gtk_switch_get_type ())

Definition at line 36 of file gtkswitch.h.

Typedef Documentation

◆ GtkSwitch

typedef struct _GtkSwitch GtkSwitch

Definition at line 40 of file gtkswitch.h.

Function Documentation

◆ gtk_switch_get_active()

GDK_AVAILABLE_IN_ALL gboolean gtk_switch_get_active ( GtkSwitch * self)

◆ gtk_switch_get_state()

GDK_AVAILABLE_IN_ALL gboolean gtk_switch_get_state ( GtkSwitch * self)

◆ gtk_switch_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_switch_get_type ( void )

◆ gtk_switch_new()

GDK_AVAILABLE_IN_ALL GtkWidget * gtk_switch_new ( void )

◆ gtk_switch_set_active()

GDK_AVAILABLE_IN_ALL void gtk_switch_set_active ( GtkSwitch * self,
gboolean is_active )

◆ gtk_switch_set_state()

GDK_AVAILABLE_IN_ALL void gtk_switch_set_state ( GtkSwitch * self,
gboolean state )