Handbook
Glossary
gtk_fixed_put ( fixed widget x y -- )
Vocabulary
gtk3
.
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:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_fixed_put
( GtkFixed* fixed, GtkWidget* widget,
gint
x,
gint
y )