方法

GtkTextViewbuffer_to_window_coords

声明 [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
)

描述 [src]

将缓冲区坐标转换为窗口坐标。

参数

win

类型: GtkTextWindowType

一个 GtkTextWindowType

buffer_x

类型: int

缓冲区 x 坐标。

buffer_y

类型: int

缓冲区 y 坐标。

window_x

类型: int*

窗口 x 坐标返回位置。

该参数将由函数设置。
该参数可以是 NULL
window_y

类型: int*

窗口 y 坐标返回位置。

该参数将由函数设置。
该参数可以是 NULL