虚拟方法

GtkAccessibleTextget_offset

自:4.16

声明 [源]

gboolean
get_offset (
  GtkAccessibleText* self,
  const graphene_point_t* point,
  unsigned int* offset
)

描述 [源]

获取给定点的文本偏移。

自4.16起可用

参数

point

类型: graphene_point_t

self小部件坐标中的一个点。

这些数据由方法调用者拥有。
offset

类型: unsigned int*

用于在point处获取文本偏移的返回位置。

该参数将由函数设置。

返回值

类型: gboolean

如果设置了偏移,则为真,否则为假。