File: class-atkdocument.html

package info (click to toggle)
pygtk 2.12.1-6
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 25,776 kB
  • ctags: 8,213
  • sloc: xml: 168,600; python: 14,328; sh: 9,131; ansic: 2,724; makefile: 1,141
file content (6 lines) | stat: -rw-r--r-- 3,565 bytes parent folder | download
1
2
3
4
5
6
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>atk.Document</title><link rel="stylesheet" href="style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="up" href="atk-class-reference.html" title="The atk Class Reference"><link rel="prev" href="class-atkcomponent.html" title="atk.Component"><link rel="next" href="class-atkeditabletext.html" title="atk.EditableText"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">atk.Document</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-atkcomponent.html">Prev</a> </td><th width="60%" align="center">The atk Class Reference</th><td width="20%" align="right"> <a accesskey="n" href="class-atkeditabletext.html">Next</a></td></tr></table><hr></div><div class="refentry" lang="en"><a name="class-atkdocument"></a><div class="titlepage"></div><div class="refnamediv"><h2>atk.Document</h2><p>atk.Document — the ATK interface which allows access to a DOM associated
      with on object.  </p></div><div class="refsect1" lang="en"><a name="id2649862"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">atk.Document</span></span>(<span class="ooclass"><span class="classname">gobject.GInterface</span></span>):
<code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-atkdocument.html#method-atkdocument--get-document-type" title="atk.Document.get_document_type">get_document_type</a></span>(<span class="methodparam"></span>)</code><br></pre></td></tr></table></div><div class="refsect1" lang="en"><a name="id2672854"></a><h2>Description</h2><p>The <a class="link" href="class-atkdocument.html" title="atk.Document"><code class="classname">atk.Document</code></a>
    interface should be supported by any object that has an associated
    document object model (DOM). This interface provides the standard
    mechanism allowing an assistive technology access to the DOM.</p></div><div class="refsect1" lang="en"><a name="id2649408"></a><h2>Methods</h2><div class="refsect2" lang="en"><a name="method-atkdocument--get-document-type"></a><h3>atk.Document.get_document_type</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_document_type</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>a string indicating the document type</td></tr></tbody></table><p>Gets a string indicating the document type.</p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="class-atkcomponent.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="atk-class-reference.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="class-atkeditabletext.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">atk.Component </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> atk.EditableText</td></tr></table></div></body></html>