⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 atkdocument.sgml

📁 The ATK library provides a set of interfaces for accessibility.By supporting the ATK interfaces, an
💻 SGML
字号:
<!-- ##### SECTION Title ##### -->AtkDocument<!-- ##### SECTION Short_Description ##### -->The ATK interface which represents the toplevel container for document content.<!-- ##### SECTION Long_Description ##### --><para>The AtkDocument interface should be supported by any object whose content is a representation or view of a document.  The AtkDocument interface should appearon the toplevel container for the document content; however AtkDocument instances may be nested (i.e. an AtkDocument may be a descendant of anotherAtkDocument) in those cases where one document contains "embedded content" which can reasonably be considered a document in its own right.</para><!-- ##### SECTION See_Also ##### --><para></para><!-- ##### SECTION Stability_Level ##### --><!-- ##### STRUCT AtkDocument ##### --><para>The AtkDocument structure does not contain any fields.</para><!-- ##### SIGNAL AtkDocument::load-complete ##### --><para>The 'load-complete' signal is emitted when a pending load of a staticdocument has completed.  This signal is to be expected by ATK clients if and when AtkDocument implementors expose ATK_STATE_BUSY.  If the stateof an AtkObject which implements AtkDocument does not include ATK_STATE_BUSY,it should be safe for clients to assume that the AtkDocument's static contentsare fully loaded into the container.  (Dynamic document contents shouldbe exposed via other signals.)</para>@atkdocument: the object which received the signal.<!-- ##### SIGNAL AtkDocument::load-stopped ##### --><para>The 'load-stopped' signal is emitted when a pending load of document contentsis cancelled, paused, or otherwise interrupted by the user or application logic.  It should not however beemitted while waiting for a resource (for instance while blocking on a file or network read) unless a user-significant timeout has occurred.</para>@atkdocument: the object which received the signal.<!-- ##### SIGNAL AtkDocument::reload ##### --><para>The 'reload' signal is emitted when the contents of a document is refreshedfrom its source.  Once 'reload' has been emitted, a matching 'load-complete' or 'load-stopped' signal should follow, which clients may await before interrogating ATK for the latest document content.</para>@atkdocument: the object which received the signal.<!-- ##### FUNCTION atk_document_get_document_type ##### --><para></para>@document: @Returns: <!-- ##### FUNCTION atk_document_get_document ##### --><para></para>@document: @Returns: <!-- ##### FUNCTION atk_document_get_attribute_value ##### --><para></para>@document: @attribute_name: @Returns: <!-- ##### FUNCTION atk_document_set_attribute_value ##### --><para></para>@document: @attribute_name: @attribute_value: @Returns: <!-- ##### FUNCTION atk_document_get_attributes ##### --><para></para>@document: @Returns: <!-- ##### FUNCTION atk_document_get_locale ##### --><para></para>@document: @Returns: 

⌨️ 快捷键说明

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