Top | ![]() |
![]() |
![]() |
![]() |
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.
“active”
property“active” gboolean
Is the light switch on or not.
Flags: Read / Write
Default value: FALSE
“switch-flipped”
signalvoid user_function (MxGtkLightSwitch *mxgtklightswitch, gboolean arg1, gpointer user_data)
Flags: Run First