AccessibleFactory

Undocumented in source.

Members

Functions

addAccessible
void addAccessible(Accessible accessible)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAccessible
void removeAccessible(Accessible accessible)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getChildType
int getChildType(Accessible accessible, int childIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
getDefaultParentType
int getDefaultParentType()
Undocumented in source. Be warned that the author may not have intended to support it.
getType
int getType(String widgetTypeName, Accessible accessible, int parentType, int childId)
Undocumented in source. Be warned that the author may not have intended to support it.
registerAccessible
void registerAccessible(Accessible accessible)
Undocumented in source. Be warned that the author may not have intended to support it.
unregisterAccessible
void unregisterAccessible(Accessible accessible)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

CHILD_TYPENAME
String CHILD_TYPENAME;
Undocumented in source.
DefaultParentType
ptrdiff_t DefaultParentType;
Undocumented in source.
FACTORY_PARENTTYPENAME
String FACTORY_PARENTTYPENAME;
Undocumented in source.
FACTORY_TYPENAME
String FACTORY_TYPENAME;
Undocumented in source.
Factories
AccessibleFactory[size_t] Factories;
Undocumented in source.
SWT_TYPE_PREFIX
String SWT_TYPE_PREFIX;
Undocumented in source.
Types
size_t[String] Types;
Undocumented in source.
actionRoles
int[] actionRoles;
Undocumented in source.
hypertextRoles
int[] hypertextRoles;
Undocumented in source.
selectionRoles
int[] selectionRoles;
Undocumented in source.
textRoles
int[] textRoles;
Undocumented in source.

Variables

accessibles
Accessible[GtkWidget*] accessibles;
Undocumented in source.
handle
AtkObjectFactory* handle;
Undocumented in source.
objectParentType
ptrdiff_t objectParentType;
Undocumented in source.
widgetTypeName
char* widgetTypeName;
Undocumented in source.

Meta