Handbook
Glossary
gtk_text_view_add_child_in_window ( text_view child which_window xpos ypos -- )
Vocabulary
gtk2
.
ffi
Inputs
text_view
an
object
child
an
object
which_window
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_add_child_in_window
( GtkTextView* text_view, GtkWidget* child,
GtkTextWindowType
which_window,
gint
xpos,
gint
ypos )