Method

AtspiTextadd_selection

Declaration [src]

gboolean
atspi_text_add_selection (
  AtspiText* obj,
  gint start_offset,
  gint end_offset,
  GError** error
)

Description [src]

Selects some text (adds a text selection) in an AtspiText object.

Parameters

start_offset gint
 

The starting offset of the desired new selection.

end_offset gint
 

The offset of the first character after the new selection.

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

Return value

Returns: gboolean
 

TRUE if successful, FALSE otherwise.