Virtual Method
GtkAccessibleTextget_extents
unstable since: 4.16
Declaration [src]
gboolean
get_extents (
  GtkAccessibleText* self,
  unsigned int start,
  unsigned int end,
  graphene_rect_t* extents
)
Description [src]
Obtains the extents of a range of text, in widget coordinates.
Available since: 4.16
Parameters
- start
- 
            Type: unsigned intThe start offset, in characters. 
- end
- 
            Type: unsigned intThe end offset, in characters, extents(out caller-allocates): return location for the extents.
- extents
- 
            Type: graphene_rect_tNo description available. The data is owned by the caller of the method.