Handbook
Glossary
gtk_box_set_child_packing ( box child expand fill padding pack_type -- )
Vocabulary
gtk2
.
ffi
Inputs
box
an
object
child
an
object
expand
an
object
fill
an
object
padding
an
object
pack_type
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_box_set_child_packing
( GtkBox* box, GtkWidget* child,
gboolean
expand,
gboolean
fill,
guint
padding,
GtkPackType
pack_type )