Handbook
Glossary
gtk_box_new ( orientation homogeneous spacing -- GtkWidget* )
Vocabulary
gtk2
.
ffi
Inputs
orientation
an
object
homogeneous
an
object
spacing
an
object
Outputs
GtkWidget*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
GtkWidget*
gtk_box_new
(
GtkOrientation
orientation,
gboolean
homogeneous,
gint
spacing )