AtkObject Implementation
- GNOME アクセシビリティ開発者ガイド
- アクセシビリティとは何か?
- 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.