ArrowAccessible

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

self
ArrowAccessible self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()
builder
ArrowAccessibleGidBuilder builder()

Get builder for gtk.arrow_accessible.ArrowAccessible

Mixed In Members

From mixin ImageT!()

getImageDescription
string getImageDescription()

Get a textual description of this image.

getImageLocale
string getImageLocale()

Retrieves the locale identifier associated to the #AtkImage.

getImagePosition
void getImagePosition(int x, int y, atk.types.CoordType coordType)

Gets the position of the image in the form of a point specifying the images top-left corner.

getImageSize
void getImageSize(int width, int height)

Get the width and height in pixels for the specified image. The values of width and height are returned as -1 if the values cannot be obtained (for instance, if the object is not onscreen).

setImageDescription
bool setImageDescription(string description)

Sets the textual description for this image.

Inherited Members

From WidgetAccessible

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
WidgetAccessible self()

Returns this, for use in with statements.

builder
WidgetAccessibleGidBuilder builder()

Get builder for gtk.widget_accessible.WidgetAccessible

From Image

_getGType
GType _getGType()
getImageDescription
string getImageDescription()

Get a textual description of this image.

getImageLocale
string getImageLocale()

Retrieves the locale identifier associated to the #AtkImage.

getImagePosition
void getImagePosition(int x, int y, atk.types.CoordType coordType)

Gets the position of the image in the form of a point specifying the images top-left corner.

getImageSize
void getImageSize(int width, int height)

Get the width and height in pixels for the specified image. The values of width and height are returned as -1 if the values cannot be obtained (for instance, if the object is not onscreen).

setImageDescription
bool setImageDescription(string description)

Sets the textual description for this image.