ArrowAccessible

Undocumented in source.

Constructors

this
this(GtkArrowAccessible* gtkArrowAccessible, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getArrowAccessibleStruct
GtkArrowAccessible* getArrowAccessibleStruct()

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

setStruct
void setStruct(GObject* obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ImageT!(GtkArrowAccessible)
Undocumented in source.

Static functions

getType
GType getType()

Variables

gtkArrowAccessible
GtkArrowAccessible* gtkArrowAccessible;

the main Gtk struct

Inherited Members

From WidgetAccessible

gtkWidgetAccessible
GtkWidgetAccessible* gtkWidgetAccessible;

the main Gtk struct

getWidgetAccessibleStruct
GtkWidgetAccessible* getWidgetAccessibleStruct()

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

setStruct
void setStruct(GObject* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
__anonymous
mixin ComponentT!(GtkWidgetAccessible)
Undocumented in source.
getType
GType getType()

From ImageIF

getImageStruct
AtkImage* getImageStruct()

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getImageDescription
string getImageDescription()

Get a textual description of this image.

getImageLocale
string getImageLocale()

Since ATK 1.12

getImagePosition
void getImagePosition(int* x, int* y, AtkCoordType 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.

Meta