方法

GtkTreeViewconvert_bin_window_to_tree_coords

已弃用:4.10 

声明 [src]

void
gtk_tree_view_convert_bin_window_to_tree_coords (
  GtkTreeView* tree_view,
  int bx,
  int by,
  int* tx,
  int* ty
)

描述 [src]

将bin_window的坐标转换为树(树的全可滚动区域的)坐标。

自4.10版本起已弃用

使用GtkListViewGtkColumnView代替。

参数

bx

类型: int

相对于bin_window的X坐标。

by

类型: int

相对于bin_window的Y坐标。

tx

类型: int*

树X坐标的返回位置。

该参数将由函数设置。
ty

类型: int*

树Y坐标的返回位置。

该参数将由函数设置。