Virtual Method
AtkComponentset_extents
Declaration [src]
gboolean
set_extents (
  AtkComponent* component,
  gint x,
  gint y,
  gint width,
  gint height,
  AtkCoordType coord_type
)
Parameters
- x
- 
            Type: gintX coordinate. 
- y
- 
            Type: gintY coordinate. 
- width
- 
            Type: gintWidth to set for component.
- height
- 
            Type: gintHeight to set for component.
- coord_type
- 
            Type: AtkCoordTypeSpecifies whether the coordinates are relative to the screen or to the components top level window.