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