Handbook
Glossary
gtk_text_view_get_cursor_locations ( text_view iter strong weak -- )
Vocabulary
gtk3
.
ffi
Inputs
text_view
an
object
iter
an
object
strong
an
object
weak
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gdk3.ffi
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_text_view_get_cursor_locations
( GtkTextView* text_view, GtkTextIter* iter, GdkRectangle**
strong, GdkRectangle** weak )