Handbook
Glossary
gtk_aspect_frame_new ( label xalign yalign ratio obey_child -- GtkWidget* )
Vocabulary
gtk2
.
ffi
Inputs
label
an
object
xalign
an
object
yalign
an
object
ratio
an
object
obey_child
an
object
Outputs
GtkWidget*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
GtkWidget*
gtk_aspect_frame_new
( gchar* label,
gfloat
xalign,
gfloat
yalign,
gfloat
ratio,
gboolean
obey_child )