HypertextIfaceProxy

Proxy object for Atk.Hypertext interface when a GObject has no applicable D binding

class HypertextIfaceProxy : IfaceProxy , Hypertext {}

Mixed In Members

From mixin HypertextT!()

getLink
atk.hyperlink.Hyperlink getLink(int linkIndex)

Gets the link in this hypertext document at index link_index

getLinkIndex
int getLinkIndex(int charIndex)

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

getNLinks
int getNLinks()

Gets the number of links within this hypertext document.

connectLinkSelected
ulong connectLinkSelected(T callback, Flag!"After" after)

Connect to LinkSelected signal.

Inherited Members

From Hypertext

getLink
atk.hyperlink.Hyperlink getLink(int linkIndex)

Gets the link in this hypertext document at index link_index

getLinkIndex
int getLinkIndex(int charIndex)

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

getNLinks
int getNLinks()

Gets the number of links within this hypertext document.

connectLinkSelected
ulong connectLinkSelected(T callback, Flag!"After" after)

Connect to LinkSelected signal.