Interface

Atk-1.0AtkHypertextInterface

Interface for implementing Hypertext. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_get_link(link_index: number): Atk.Hyperlink;
    vfunc_get_link_index(char_index: number): number;
    vfunc_get_n_links(): number;
    vfunc_link_selected(link_index: number): void;
}

Hierarchy (View Summary)

Index

Methods

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

    Parameters

    • char_index: number

      a character index

    Returns number

  • Gets the number of links within this hypertext document.

    Returns number