Skip to content

a11y: Implement GetOffsetAtPoint

Matthias Clasen requested to merge a11y-text-work into main

This adds a vfunc to GtkAccessibleText for point -> offset translation, uses it to implement GetOffsetAtPoint for atspi, and implements the new vfunc for our text widgets.

Testing this is unfortunately a bit difficult, since we need an allocated widget for the position to make sense.

Edited by Matthias Clasen

Merge request reports