![]() | ![]() | ![]() | ATK Library Reference Manual | ![]() |
---|
struct AtkHypertext; AtkHyperlink* atk_hypertext_get_link (AtkHypertext *hypertext, gint link_index); gint atk_hypertext_get_n_links (AtkHypertext *hypertext); gint atk_hypertext_get_link_index (AtkHypertext *hypertext, gint char_index);
AtkHyperlink* atk_hypertext_get_link (AtkHypertext *hypertext, gint link_index);
Gets the link in this hypertext document at index link_index
an AtkHypertext
an integer specifying the desired link
the link in this hypertext document at index link_index
gint atk_hypertext_get_n_links (AtkHypertext *hypertext);
Gets the number of links within this hypertext document.
an AtkHypertext
the number of links within this hypertext document
gint atk_hypertext_get_link_index (AtkHypertext *hypertext, gint char_index);
Gets the index into the array of hyperlinks that is associated with the character specified by char_index, or -1 if there is no hyperlink associated with this character.
an AtkHypertext
a character index
an index into the array of hyperlinks in hypertext
<<< AtkHyperlink | AtkImage >>> |