Handbook
Glossary
gtk_text_view_add_child_at_anchor ( text_view child anchor -- )
Vocabulary
gtk2
.
ffi
Inputs
text_view
an
object
child
an
object
anchor
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_text_view_add_child_at_anchor
( GtkTextView* text_view, GtkWidget* child,
GtkTextChildAnchor* anchor )