AtkObject Implementation
- GNOME Accessibility Developers Guide
- What is Accessibility?
- Examples that Use the Accessibility API
- Implementing an ATK Object
AtkObjects are GObjects, and all GObjects need to specify the get_type() function. Here is an example that sets up a class and instance initializer. This get_type() function also specifies that the object implements ATK_TEXT and specifies the parent object to be MYATKIMP_MYPARENTTYPE.