Implementing an ATK Object
- Οδηγός προσιτότητας GNOME για προγραμματιστές
- Τί είναι η προσιτότητα;
- Examples that Use the Accessibility 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 Implemetation for a Specific Object
- 1.7.5.4. AtkObject Implementation
- 1.7.5.5. Class/Instance Initializers