AccessibleIfaceProxy

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

class AccessibleIfaceProxy : IfaceProxy , Accessible {}

Mixed In Members

From mixin AccessibleT!()

announce
void announce(string message, gtk.types.AccessibleAnnouncementPriority priority)

Requests the user's screen reader to announce the given message.

getAccessibleParent
gtk.accessible.Accessible getAccessibleParent()

Retrieves the accessible parent for an accessible object.

getAccessibleRole
gtk.types.AccessibleRole getAccessibleRole()

Retrieves the accessible role of an accessible object.

getAtContext
gtk.atcontext.ATContext getAtContext()

Retrieves the accessible implementation for the given gtk.accessible.Accessible.

getBounds
bool getBounds(int x, int y, int width, int height)

Queries the coordinates and dimensions of this accessible

getFirstAccessibleChild
gtk.accessible.Accessible getFirstAccessibleChild()

Retrieves the first accessible child of an accessible object.

getNextAccessibleSibling
gtk.accessible.Accessible getNextAccessibleSibling()

Retrieves the next accessible sibling of an accessible object

getPlatformState
bool getPlatformState(gtk.types.AccessiblePlatformState state)

Query a platform state, such as focus.

resetProperty
void resetProperty(gtk.types.AccessibleProperty property)

Resets the accessible property to its default value.

resetRelation
void resetRelation(gtk.types.AccessibleRelation relation)

Resets the accessible relation to its default value.

resetState
void resetState(gtk.types.AccessibleState state)

Resets the accessible state to its default value.

setAccessibleParent
void setAccessibleParent(gtk.accessible.Accessible parent, gtk.accessible.Accessible nextSibling)

Sets the parent and sibling of an accessible object.

updateNextAccessibleSibling
void updateNextAccessibleSibling(gtk.accessible.Accessible newSibling)

Updates the next accessible sibling of self.

updateProperty
void updateProperty(gtk.types.AccessibleProperty[] properties, gobject.value.Value[] values)

Updates an array of accessible properties.

updateRelation
void updateRelation(gtk.types.AccessibleRelation[] relations, gobject.value.Value[] values)

Updates an array of accessible relations.

updateState
void updateState(gtk.types.AccessibleState[] states, gobject.value.Value[] values)

Updates an array of accessible states.

Inherited Members

From Accessible

announce
void announce(string message, gtk.types.AccessibleAnnouncementPriority priority)

Requests the user's screen reader to announce the given message.

getAccessibleParent
gtk.accessible.Accessible getAccessibleParent()

Retrieves the accessible parent for an accessible object.

getAccessibleRole
gtk.types.AccessibleRole getAccessibleRole()

Retrieves the accessible role of an accessible object.

getAtContext
gtk.atcontext.ATContext getAtContext()

Retrieves the accessible implementation for the given gtk.accessible.Accessible.

getBounds
bool getBounds(int x, int y, int width, int height)

Queries the coordinates and dimensions of this accessible

getFirstAccessibleChild
gtk.accessible.Accessible getFirstAccessibleChild()

Retrieves the first accessible child of an accessible object.

getNextAccessibleSibling
gtk.accessible.Accessible getNextAccessibleSibling()

Retrieves the next accessible sibling of an accessible object

getPlatformState
bool getPlatformState(gtk.types.AccessiblePlatformState state)

Query a platform state, such as focus.

resetProperty
void resetProperty(gtk.types.AccessibleProperty property)

Resets the accessible property to its default value.

resetRelation
void resetRelation(gtk.types.AccessibleRelation relation)

Resets the accessible relation to its default value.

resetState
void resetState(gtk.types.AccessibleState state)

Resets the accessible state to its default value.

setAccessibleParent
void setAccessibleParent(gtk.accessible.Accessible parent, gtk.accessible.Accessible nextSibling)

Sets the parent and sibling of an accessible object.

updateNextAccessibleSibling
void updateNextAccessibleSibling(gtk.accessible.Accessible newSibling)

Updates the next accessible sibling of self.

updateProperty
void updateProperty(gtk.types.AccessibleProperty[] properties, gobject.value.Value[] values)

Updates an array of accessible properties.

updateRelation
void updateRelation(gtk.types.AccessibleRelation[] relations, gobject.value.Value[] values)

Updates an array of accessible relations.

updateState
void updateState(gtk.types.AccessibleState[] states, gobject.value.Value[] values)

Updates an array of accessible states.