Method

AtspiTextset_caret_offset

Declaration [src]

gboolean
atspi_text_set_caret_offset (
  AtspiText* obj,
  gint new_offset,
  GError** error
)

Description [src]

Moves the text caret to a given position.

Parameters

new_offset gint
 

The offset to which the text caret is to be moved.

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

Return value

Returns: gboolean
 

TRUE if successful, FALSE otherwise.