Method

AtspiComponentset_position

Declaration [src]

gboolean
atspi_component_set_position (
  AtspiComponent* obj,
  gint x,
  gint y,
  AtspiCoordType ctype,
  GError** error
)

Description [src]

Moves the component to the specified position.

Parameters

x gint
 

The new horizontal position to which the component should be moved.

y gint
 

The new vertical position to which the component should be moved.

ctype AtspiCoordType
 

The coordinate system in which the position is specified. (e.g. ATSPI_COORD_TYPE_WINDOW, ATSPI_COORD_TYPE_SCREEN).

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if successful; FALSE otherwise.