Description Methods and Functions Hierarchy Implementations Detailed Description Structures Author(s) References
The ATK Interface implemented by components which expose image or pixmap content on-screen.
atkImageGetImagePosition(object, coord.type)
atkImageGetImageDescription(object)
atkImageSetImageDescription(object, description)
atkImageGetImageSize(object)
atkImageGetImageLocale(object)
1 2 | GInterface
+----AtkImage
|
AtkImage is implemented by
AtkNoOpObject
.
AtkImage
should be implemented by AtkObject
subtypes on behalf of
components which display image/pixmap information onscreen, and which
provide information (other than just widget borders, etc.) via that
image content. For instance, icons, buttons with icons, toolbar
elements, and image viewing panes typically should implement AtkImage
.
AtkImage
primarily provides two types of information: coordinate
information (useful for screen review mode of screenreaders, and for use
by onscreen magnifiers), and descriptive information. The descriptive
information is provided for alternative, text-only presentation of the
most significant information present in the image.
AtkImage
The AtkImage structure does not contain any fields.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/atk/stable/AtkImage.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.