- addFocusHandler
uint function(AtkComponent* component, AtkFocusHandler handler) addFocusHandler;
- boundsChanged
void function(AtkComponent* component, AtkRectangle* bounds) boundsChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- contains
int function(AtkComponent* component, int x, int y, AtkCoordType coordType) contains;
- getAlpha
double function(AtkComponent* component) getAlpha;
- getExtents
void function(AtkComponent* component, int* x, int* y, int* width, int* height, AtkCoordType coordType) getExtents;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getLayer
AtkLayer function(AtkComponent* component) getLayer;
- getMdiZorder
int function(AtkComponent* component) getMdiZorder;
- getPosition
void function(AtkComponent* component, int* x, int* y, AtkCoordType coordType) getPosition;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getSize
void function(AtkComponent* component, int* width, int* height) getSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grabFocus
int function(AtkComponent* component) grabFocus;
- parent
GTypeInterface parent;
Undocumented in source.
- refAccessibleAtPoint
AtkObject* function(AtkComponent* component, int x, int y, AtkCoordType coordType) refAccessibleAtPoint;
- removeFocusHandler
void function(AtkComponent* component, uint handlerId) removeFocusHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setExtents
int function(AtkComponent* component, int x, int y, int width, int height, AtkCoordType coordType) setExtents;
- setPosition
int function(AtkComponent* component, int x, int y, AtkCoordType coordType) setPosition;
- setSize
int function(AtkComponent* component, int width, int height) setSize;