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.