AtkComponentIface

GTypeInterface parent; add_focus_handler () This virtual function is deprecated since 2.9.4 and it should not be overriden. See atk_component_add_focus_handler() for more information. contains () ref_accessible_at_point () get_extents () get_position () get_size () grab_focus () remove_focus_handler () This virtual function is deprecated since 2.9.4 and it should not be overriden. See atk_component_remove_focus_handler() for more information. set_extents () set_position () set_size () get_layer () get_mdi_zorder () bounds_changed () get_alpha ()

Members

Variables

addFocusHandler
uint function(AtkComponent* component, AtkFocusHandler handler) addFocusHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getAlpha
double function(AtkComponent* component) getAlpha;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getMdiZorder
int function(AtkComponent* component) getMdiZorder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parent
GTypeInterface parent;
Undocumented in source.
refAccessibleAtPoint
AtkObject* function(AtkComponent* component, int x, int y, AtkCoordType coordType) refAccessibleAtPoint;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setPosition
int function(AtkComponent* component, int x, int y, AtkCoordType coordType) setPosition;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setSize
int function(AtkComponent* component, int width, int height) setSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta