Method

AtspiComponentscroll_to

Declaration [src]

gboolean
atspi_component_scroll_to (
  AtspiComponent* obj,
  AtspiScrollType type,
  GError** error
)

Description [src]

Scrolls whatever container of the AtspiComponent object so it becomes visible on the screen.

Parameters

type AtspiScrollType
 

A AtspiScrollType indicating where the object should be placed on the screen.

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

Return value

Returns: gboolean
 

TRUE if successful, FALSE otherwise.