方法

GtkIconViewget_dest_item_at_pos

已弃用:4.10 

声明 [源]

gboolean
gtk_icon_view_get_dest_item_at_pos (
  GtkIconView* icon_view,
  int drag_x,
  int drag_y,
  GtkTreePath** path,
  GtkIconViewDropPosition* pos
)

描述 [源]

确定给定位置的目标项。

自4.10版本起弃用。

请使用 GtkGridView 代替。

参数

drag_x

类型: int

确定目的项的位置。

drag_y

类型: int

确定目的项的位置。

path

类型: GtkTreePath

返回项的路径位置。

该参数将由函数设置。
该参数可以是 NULL
方法调用者负责获取返回数据的所有权,并负责释放它。
pos

类型: GtkIconViewDropPosition

返回拖拽位置的位置。

该参数将由函数设置。
该参数可以是 NULL
方法调用者负责获取返回数据的所有权,并负责释放它。

返回值

类型: gboolean

给定位置是否有项。