Small GNOME foot in banner [Making Applications Accessible]
back next
  • AtkActions:
    • have names, descriptions, optional keybindings
  • AtkComponent:
    • ref_accessible_at_point can be tricky for widgets with flyweight children
  • AtkSelection:
    • allows query and alteration of current selection
  • AtkTable:
    • complex interface
    • point of interest: row and column headers can be objects
  • AtkText:
    • comprehensive access to attributed text content
    • can be navigated by character, word, line, sentence, attribute run
    • allows read/write access to the text caret (including labels, which feature a "virtual caret")
    • text-change and caret signals must be emitted
st