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