- getImageDescription
const(char)* function(AtkImage* image) getImageDescription;
- getImageLocale
const(char)* function(AtkImage* image) getImageLocale;
- getImagePosition
void function(AtkImage* image, int* x, int* y, AtkCoordType coordType) getImagePosition;
- getImageSize
void function(AtkImage* image, int* width, int* height) getImageSize;
- parent
GTypeInterface parent;
Undocumented in source.
- setImageDescription
int function(AtkImage* image, const(char)* description) setImageDescription;