| AT-SPI C Bindings Reference Manual | ||||
|---|---|---|---|---|
void AccessibleImage_ref (AccessibleImage *obj);void AccessibleImage_unref (AccessibleImage *obj);char * AccessibleImage_getImageDescription (AccessibleImage *obj);void AccessibleImage_getImageSize (AccessibleImage *obj, longint *width, longint *height);void AccessibleImage_getImagePosition (AccessibleImage *obj, longint *x, longint *y, AccessibleCoordType ctype);void AccessibleImage_getImageExtents (AccessibleImage *obj, longint *x, longint *y, longint *width, longint *height, AccessibleCoordType ctype);char * AccessibleImage_getImageLocale (AccessibleImage *obj);
void AccessibleImage_ref (AccessibleImage *obj);
Increment the reference count for an
|
a pointer to the |
void AccessibleImage_unref (AccessibleImage *obj);
Decrement the reference count for an
|
a pointer to the |
char * AccessibleImage_getImageDescription (AccessibleImage *obj);
Get the description of the image displayed in an
|
a pointer to the |
Returns : |
a UTF-8 string describing the image. |
void AccessibleImage_getImageSize (AccessibleImage *obj, longint *width, longint *height);
Get the size of the image displayed in a specified
|
a pointer to the |
|
a pointer to a |
|
a pointer to a |
void AccessibleImage_getImagePosition (AccessibleImage *obj, longint *x, longint *y, AccessibleCoordType ctype);
Get the minimum x and y coordinates of the image displayed in a
specified
|
a pointer to the |
|
a pointer to a |
|
a pointer to a |
|
the desired coordinate system into which to return the results, (e.g. SPI_COORD_TYPE_WINDOW, SPI_COORD_TYPE_SCREEN). |
void AccessibleImage_getImageExtents (AccessibleImage *obj, longint *x, longint *y, longint *width, longint *height, AccessibleCoordType ctype);
Get the bounding box of the image displayed in a
specified
|
a pointer to the |
|
a pointer to a |
|
a pointer to a |
|
a pointer to a |
|
a pointer to a |
|
the desired coordinate system into which to return the results, (e.g. SPI_COORD_TYPE_WINDOW, SPI_COORD_TYPE_SCREEN). |