Method
AtkComponentcontains
Declaration [src]
gboolean
atk_component_contains (
  AtkComponent* component,
  gint x,
  gint y,
  AtkCoordType coord_type
)
Description [src]
Checks whether the specified point is within the extent of the component.
Toolkit implementor note: ATK provides a default implementation for this virtual method. In general there are little reason to re-implement it.
Parameters
- x
- 
            Type: gintX coordinate. 
- y
- 
            Type: gintY coordinate. 
- coord_type
- 
            Type: AtkCoordTypeSpecifies whether the coordinates are relative to the screen or to the components top level window.