Factory
- GNOME アクセシビリティ開発者ガイド
- アクセシビリティとは何か?
- Examples that Use the Accessibility API
- Implementing an ATK Object
The factory must be implemented as a child of class type ATK_TYPE_OBJECT_FACTORY and must implement the function create_accessible(). This function must create an appropriate AtkObject. A factory can be used to create more than one type of object, in which case its create_accessible() function will need to be smart enough to build and return the correct AtkObject.