AccessibleTextIfaceProxy

Proxy object for Gtk.AccessibleText interface when a GObject has no applicable D binding

class AccessibleTextIfaceProxy : IfaceProxy , AccessibleText {}

Mixed In Members

From mixin AccessibleTextT!()

updateCaretPosition
void updateCaretPosition()

Updates the position of the caret.

updateContents
void updateContents(gtk.types.AccessibleTextContentChange change, uint start, uint end)

Notifies assistive technologies of a change in contents.

updateSelectionBound
void updateSelectionBound()

Updates the boundary of the selection.

Inherited Members

From AccessibleText

getGType
GType getGType()
updateCaretPosition
void updateCaretPosition()

Updates the position of the caret.

updateContents
void updateContents(gtk.types.AccessibleTextContentChange change, uint start, uint end)

Notifies assistive technologies of a change in contents.

updateSelectionBound
void updateSelectionBound()

Updates the boundary of the selection.