Virtual Method

AtkTextget_character_at_offset

Declaration [src]

gunichar
get_character_at_offset (
  AtkText* text,
  gint offset
)

Description [src]

Gets the specified text.

Parameters

offset

Type: gint

A character offset within text.

Return value

Type: gunichar

The character at offset or 0 in the case of failure.