Handbook
Glossary
gtk_text_view_move_child ( text_view child xpos ypos -- )
Vocabulary
gtk3
.
ffi
Inputs
text_view
an
object
child
an
object
xpos
an
object
ypos
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_text_view_move_child
( GtkTextView* text_view, GtkWidget* child,
gint
xpos,
gint
ypos )