Handbook
Glossary
gtk_toggle_button_set_active ( toggle_button is_active -- )
Vocabulary
gtk2
.
ffi
Inputs
toggle_button
an
object
is_active
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_toggle_button_set_active
( GtkToggleButton* toggle_button,
gboolean
is_active )