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
- 
            Type: GtkTextWindowTypeA GtkTextWindowType.
- buffer_x
- 
            Type: intBuffer x coordinate. 
- buffer_y
- 
            Type: intBuffer y coordinate. 
- window_x
- 
            Type: int*Window x coordinate return location. The argument will be set by the function. The argument can be NULL.
- window_y
- 
            Type: int*Window y coordinate return location. The argument will be set by the function. The argument can be NULL.