ImageIfaceProxy

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

class ImageIfaceProxy : IfaceProxy , Image {}

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 Image

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.