mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 21:55:30 +00:00
ba5ad2dbfb
svn path=/trunk/gtk-sharp/; revision=31529
49 lines
2 KiB
XML
49 lines
2 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> |