方法

GtkTreeViewconvert_bin_window_to_widget_coords

弃用:4.10 

声明 [源代码]

void
gtk_tree_view_convert_bin_window_to_widget_coords (
  GtkTreeView* tree_view,
  int bx,
  int by,
  int* wx,
  int* wy
)

描述 [源代码]

将bin_window坐标转换为 widget 相对坐标。

弃用自:4.10

请使用 GtkListViewGtkColumnView 代替。

参数

bx

类型: int

bin_window X 坐标。

by

类型: int

bin_window Y 坐标。

wx

类型: int*

widget X 坐标的返回位置。

该参数将由函数设置。
wy

类型: int*

widget Y 坐标的返回位置。

该参数将由函数设置。