Hypertext.getLinkIndex

Gets the index into the array of hyperlinks that is associated with the character specified by char_index.

class Hypertext
int
getLinkIndex
()

Parameters

charIndex int

a character index

Return Value

Type: int

an index into the array of hyperlinks in hypertext, or -1 if there is no hyperlink associated with this character. Signal Details The "link-selected" signal void user_function (AtkHypertext *atkhypertext, gint arg1, gpointer user_data) : Run Last The "link-selected" signal is emitted by an AtkHyperText object when one of the hyperlinks associated with the object is selected.

Meta