虚拟方法
GtkAccessibleTextget_extents
since: 4.16
声明 [src]
gboolean
get_extents (
GtkAccessibleText* self,
unsigned int start,
unsigned int end,
graphene_rect_t* extents
)
参数
start
-
类型:
unsigned int
起始位置偏移量,以字符为单位。
end
-
类型:
unsigned int
结束位置偏移量,以字符为单位,
extents
(输出由调用者分配):用于返回范围的尺寸。 extents
-
类型:
graphene_rect_t
无描述
数据由方法的调用者拥有。