Ryujinx-GtkSharp/doc/en/Atk/Document.xml
John Luke ba5ad2dbfb some GLib and Atk stuff
svn path=/trunk/gtk-sharp/; revision=31529
2004-07-27 21:00:05 +00:00

49 lines
2.0 KiB
XML

<Type Name="Document" FullName="Atk.Document">
<TypeSignature Language="C#" Value="public abstract interface Document;" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>atk-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyCulture>neutral</AssemblyCulture>
<Attributes />
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>The interface which allows access to a DOM associated with on object.</summary>
<remarks>The <see cref="T:Atk.Document" /> 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.</remarks>
</Docs>
<Base />
<Interfaces>
<Interface>
<InterfaceName>GLib.IWrapper</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members>
<Member MemberName="TheDocument">
<MemberSignature Language="C#" Value="public virtual IntPtr TheDocument { get; };" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.IntPtr</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets a pointer that points to an instance of the DOM.</summary>
<returns> a pointer to an instance of the DOM.</returns>
<remarks />
</Docs>
</Member>
<Member MemberName="DocumentType">
<MemberSignature Language="C#" Value="public virtual string DocumentType { get; };" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets a string indicating the document type.</summary>
<returns> a string indicating the document type</returns>
<remarks />
</Docs>
</Member>
</Members>
</Type>