方法
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
)
参数
drag_x
-
类型:
int
确定目的项的位置。
drag_y
-
类型:
int
确定目的项的位置。
path
-
类型:
GtkTreePath
返回项的路径位置。
该参数将由函数设置。 该参数可以是 NULL
。方法调用者负责获取返回数据的所有权,并负责释放它。 pos
-
返回拖拽位置的位置。
该参数将由函数设置。 该参数可以是 NULL
。方法调用者负责获取返回数据的所有权,并负责释放它。