Factory
- GNOME Barrierefreiheitshandbuch für Entwickler
- Was ist Barrierefreiheit?
- Beispiele für die Nutzung der Barrierefreiheits-API
- Implementieren eines ATK-Objekts
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.