Handbook
Glossary
gtk_text_view_buffer_to_window_coords ( text_view win buffer_x buffer_y window_x window_y -- )
Vocabulary
gtk2
.
ffi
Inputs
text_view
an
object
win
an
object
buffer_x
an
object
buffer_y
an
object
window_x
an
object
window_y
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_buffer_to_window_coords
( GtkTextView* text_view,
GtkTextWindowType
win,
gint
buffer_x,
gint
buffer_y, gint* window_x, gint* window_y )