Top | ![]() |
![]() |
![]() |
![]() |
void | mx_gtk_light_switch_set_active () |
gboolean | mx_gtk_light_switch_get_active () |
GtkWidget * | mx_gtk_light_switch_new () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkDrawingArea ╰── MxGtkLightSwitch
void mx_gtk_light_switch_set_active (MxGtkLightSwitch *lightswitch
,gboolean active
);
Set the value of the "active" property
gboolean
mx_gtk_light_switch_get_active (MxGtkLightSwitch *lightswitch
);
Get the value of the "active" property
typedef struct _MxGtkLightSwitch MxGtkLightSwitch;
The contents of this structure are private and should only be accessed through the public API.
“switch-flipped”
signalvoid user_function (MxGtkLightSwitch *mxgtklightswitch, gboolean arg1, gpointer user_data)
Flags: Run First