Interface
AtspiImage
Prerequisite
In order to implement Image, your type must inherit fromGObject
.
Instance methods
atspi_image_get_image_description
Gets the description of the image displayed in an AtspiImage
object.
atspi_image_get_image_extents
Gets the bounding box of the image displayed in a
specified AtspiImage
implementor.
The returned values are meaningful only if the Image has both
STATE_VISIBLE and STATE_SHOWING.
atspi_image_get_image_locale
Gets the locale associated with an image and its textual representation.
atspi_image_get_image_position
Gets the minimum x and y coordinates of the image displayed in a
specified AtspiImage
implementor.
The returned values are meaningful only if the Image has both
STATE_VISIBLE and STATE_SHOWING.
atspi_image_get_image_size
Gets the size of the image displayed in a specified AtspiImage
object.
The returned values are meaningful only if the Image has both
STATE_VISIBLE and STATE_SHOWING.