Implementieren eines ATK-Objekts
- GNOME Barrierefreiheitshandbuch für Entwickler
- Was ist Barrierefreiheit?
- Beispiele für die Nutzung der Barrierefreiheits-API
You will need to implement your own ATK objects for any widgets that do not already have an accessible implementation in GAIL (or the equivalent library for other widget sets). This should be implemented as a GTK module, which, as before, should be included in the GTK_MODULES environment variable so it is loaded at runtime.
- 1.7.5.1. Registry
- 1.7.5.2. Factory
- 1.7.5.3. ATK-Implementation für ein bestimmtes Objekt
- 1.7.5.4. AtkObject-Implementation
- 1.7.5.5. Initialisierung von Klassen und Instanzen