Handbook
Glossary
gtk_text_view_move_child ( text_view child xpos ypos -- )
Vocabulary
gtk2
.
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:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_text_view_move_child
( GtkTextView* text_view, GtkWidget* child,
gint
xpos,
gint
ypos )