Method
GtkTextViewbuffer_to_window_coords
Declaration [src]
void
gtk_text_view_buffer_to_window_coords (
GtkTextView* text_view,
GtkTextWindowType win,
int buffer_x,
int buffer_y,
int* window_x,
int* window_y
)
Parameters
win |
GtkTextWindowType |
A |
|
buffer_x |
int |
Buffer x coordinate. |
|
buffer_y |
int |
Buffer y coordinate. |
|
window_x |
int* |
Window x coordinate return location. |
|
The argument will be set by the function. | |
The argument can be NULL . | |
window_y |
int* |
Window y coordinate return location. |
|
The argument will be set by the function. | |
The argument can be NULL . |