Handbook
Glossary
gtk_button_box_set_child_secondary ( button_box child is_secondary -- )
Vocabulary
gtk2
.
ffi
Inputs
button_box
an
object
child
an
object
is_secondary
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_button_box_set_child_secondary
( GtkButtonBox* button_box, GtkWidget* child,
gboolean
is_secondary )