Handbook
Glossary
gtk_aspect_frame_set ( aspect_frame xalign yalign ratio obey_child -- )
Vocabulary
gtk2
.
ffi
Inputs
aspect_frame
an
object
xalign
an
object
yalign
an
object
ratio
an
object
obey_child
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_aspect_frame_set
( GtkAspectFrame* aspect_frame,
gfloat
xalign,
gfloat
yalign,
gfloat
ratio,
gboolean
obey_child )