atkimage.sgml

来自「linux下图形库开发包atk-1.4.0.tar.gz」· SGML 代码 · 共 76 行

SGML
76
字号
<!-- ##### SECTION Title ##### -->AtkImage<!-- ##### SECTION Short_Description ##### -->The ATK Interface implemented by components which expose image or pixmapcontent on-screen.<!-- ##### SECTION Long_Description ##### --><para>#AtkImage should be implemented by #AtkObject subtypes on behalf ofcomponents which display image/pixmap information onscreen, and whichprovide information (other than just widget borders, etc.) via thatimage content.  For instance, icons, buttons with icons, toolbarelements, and image viewing panes typically should implement #AtkImage.</para><para>#AtkImage primarily provides two types of information: coordinateinformation (useful for screen review mode of screenreaders, and for useby onscreen magnifiers), and descriptive information.  The descriptiveinformation is provided for alternative, text-only presentation of themost significant information present in the image.</para><!-- ##### SECTION See_Also ##### --><para></para><!-- ##### STRUCT AtkImage ##### --><para>The AtkImage structure does not contain any fields.</para><!-- ##### FUNCTION atk_image_get_image_position ##### --><para></para>@image: @x: @y: @coord_type: <!-- ##### FUNCTION atk_image_get_image_description ##### --><para></para>@image: @Returns: <!-- ##### FUNCTION atk_image_set_image_description ##### --><para></para>@image: @description: @Returns: <!-- ##### FUNCTION atk_image_get_image_size ##### --><para></para>@image: @width: @height: 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?