Handbook
Glossary
gtk_fixed_put ( fixed widget x y -- )
Vocabulary
gtk2
.
ffi
Inputs
fixed
an
object
widget
an
object
x
an
object
y
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_fixed_put
( GtkFixed* fixed, GtkWidget* widget,
gint
x,
gint
y )