more Atk, mostly the enums

svn path=/trunk/gtk-sharp/; revision=31531
This commit is contained in:
John Luke 2004-07-27 22:40:32 +00:00
parent ba5ad2dbfb
commit 12e3dbe0ad
22 changed files with 265 additions and 255 deletions

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>Specifies how xy coordinates are to be interpreted.</summary>
<remarks>Used by functions such as <see cref="M:Atk.Component.GetPosition()" /> and <see cref="M:Atk.Text.GetCharacterExtents()" /></remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -37,7 +37,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> specifies xy coordinates relative to the screen</summary>
<remarks>
</remarks>
</Docs>
@ -50,7 +50,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> specifies xy coordinates relative to the widget's top-level window</summary>
<remarks>
</remarks>
</Docs>

View File

@ -55,9 +55,9 @@
<ReturnValue />
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Default constructor</summary>
<returns>a <see cref="T:Atk.Focus" /></returns>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
</Members>

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>This object class is derived from <see cref="T:Atk.Object" /> and can be used as a basis implementing accessible objects.</summary>
<remarks>This object class is derived from <see cref="T:Atk.Object" />. It can be used as a basis for implementing accessible objects for <see cref="T:GLib.Object" />s which are not derived from <see cref="T:Gtk.Widget" />. One example of its use is in providing an accessible object for <see cref="T:Gnome.CanvasItem" /> in the GAIL library.</remarks>
</Docs>
<Base>
<BaseTypeName>Atk.Object</BaseTypeName>
@ -36,10 +36,10 @@
<Parameter Name="obj" Type="GLib.Object" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>Gets the accessible object for the specified <paramref name="obj" />.</summary>
<param name="obj">an object of type <see cref="T:GLib.Object" /></param>
<returns>an object of type <see cref="T:Atk.Object" /></returns>
<remarks>To be added</remarks>
<returns>the <see cref="T:Atk.Object" /> for <paramref name="obj" /></returns>
<remarks />
</Docs>
</Member>
<Member MemberName="Finalize">
@ -77,9 +77,9 @@
<ReturnType>GLib.Object</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added</summary>
<returns>an object of type <see cref="T:GLib.Object" /></returns>
<remarks>To be added</remarks>
<summary>Gets the GObject for which <paramref name="obj" /> is the accessible object.</summary>
<returns>a <see cref="T:GLib.Object" /> which is the object for which <paramref name="obj" /> is the accessible object</returns>
<remarks />
</Docs>
</Member>
<Member MemberName="GType">
@ -115,9 +115,9 @@
<ReturnValue />
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Default constructor</summary>
<returns>a <see cref="T:Atk.GObjectAccessible" /></returns>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
</Members>

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>Global API elements for <see cref="N:Atk" /></summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
@ -166,9 +166,9 @@
<ReturnValue />
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Default constructor</summary>
<returns>a <see cref="T:Atk.Global" /></returns>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="ToolkitName">

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>An ATK object which encapsulates a link or set of links in a hypertext document.</summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
@ -124,10 +124,13 @@
<Parameter Name="i" Type="System.Int32" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>Returns the item associated with this hyperlinks nth anchor.</summary>
<param name="i">an object of type <see cref="T:System.Int32" /></param>
<returns>an object of type <see cref="T:Atk.Object" /></returns>
<remarks>To be added</remarks>
<remarks>For instance, the returned <see cref="T:Atk.Object" /> will implement <see cref="T:Atk.Text" /> if the link is a text hyperlink, <see cref="T:Atk.Image" /> if the link is an image hyperlink etc.
<para>
Multiple anchors are primarily used by client-side image maps.
</para></remarks>
</Docs>
</Member>
<Member MemberName="GetUri">
@ -140,10 +143,10 @@
<Parameter Name="i" Type="System.Int32" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="i">an object of type <see cref="T:System.Int32" /></param>
<returns>an object of type <see cref="T:System.String" /></returns>
<remarks>To be added</remarks>
<summary>Get a the URI associated with the anchor specified by <paramref name="i" /></summary>
<param name="i"> a (zero-index) integer specifying the desired anchor</param>
<returns> a string specifying the URI</returns>
<remarks>Multiple anchors are primarily used by client-side image maps.</remarks>
</Docs>
</Member>
<Member MemberName="Finalize">
@ -181,9 +184,9 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added</summary>
<summary>The number of actions.</summary>
<returns>an object of type <see cref="T:System.Int32" /></returns>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="NAnchors">
@ -193,9 +196,9 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added</summary>
<returns>an object of type <see cref="T:System.Int32" /></returns>
<remarks>To be added</remarks>
<summary>Gets the number of anchors associated with this hyperlink.</summary>
<returns>the number of anchors associated with this hyperlink</returns>
<remarks />
</Docs>
</Member>
<Member MemberName="EndIndex">
@ -205,9 +208,9 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added</summary>
<returns>an object of type <see cref="T:System.Int32" /></returns>
<remarks>To be added</remarks>
<summary>Gets the index with the hypertext document at which this link ends.</summary>
<returns> the index with the hypertext document at which this link ends</returns>
<remarks />
</Docs>
</Member>
<Member MemberName="StartIndex">
@ -217,9 +220,9 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added</summary>
<returns>an object of type <see cref="T:System.Int32" /></returns>
<remarks>To be added</remarks>
<summary>Gets the index with the hypertext document at which this link begins.</summary>
<returns> the index with the hypertext document at which this link begins</returns>
<remarks />
</Docs>
</Member>
<Member MemberName="GetLocalizedName">
@ -246,9 +249,9 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<returns>a <see cref="T:System.Boolean" /></returns>
<remarks>To be added</remarks>
<summary>Since the document that a link is associated with may have changed this method returns <see langword="true" /> if the link is still valid (with respect to the document it references) and <see langword="false" /> otherwise.</summary>
<returns> whether or not this link is still valid</returns>
<remarks />
</Docs>
</Member>
<Member MemberName="IsInline">
@ -259,9 +262,9 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<returns>a <see cref="T:System.Boolean" /></returns>
<remarks>To be added</remarks>
<summary>Indicates whether the link currently displays some or all of its content inline.</summary>
<returns> whether or not this link displays its content inline.</returns>
<remarks>Ordinary HTML links will usually return <see langword="false" />, but an inline &lt;src&gt; HTML element will return <see langword="true" />.</remarks>
</Docs>
</Member>
<Member MemberName="GType">
@ -297,9 +300,9 @@
<ReturnValue />
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Default constructor</summary>
<returns>a <see cref="T:Atk.Hyperlink" /></returns>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
</Members>

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>Describes the type of link</summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -42,7 +42,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary> Link is inline</summary>
<remarks>
</remarks>
</Docs>

View File

@ -11,7 +11,7 @@
<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>To be added</summary>
<remarks>To be added</remarks>
<remarks />
</Docs>
<Base />
<Interfaces>
@ -30,8 +30,8 @@
<Parameters />
<Docs>
<summary>To be added</summary>
<returns>To be added: an object of type 'Atk.Object'</returns>
<remarks>To be added</remarks>
<returns>a <see cref="T:Atk.Object" /></returns>
<remarks />
</Docs>
</Member>
</Members>

View File

@ -27,8 +27,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Returns an empty <see cref="T:Atk.KeyEventStruct" /></summary>
<remarks />
</Docs>
</Member>
<Member MemberName="New">
@ -41,10 +41,10 @@
<Parameter Name="raw" Type="System.IntPtr" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="raw">To be added: an object of type 'IntPtr'</param>
<returns>To be added: an object of type 'Atk.KeyEventStruct'</returns>
<remarks>To be added</remarks>
<summary>Internal method</summary>
<param name="raw">an object of type <see cref="T:System.IntPtr" /></param>
<returns>a <see cref="T:Atk.KeyEventStruct" /></returns>
<remarks>This is an internal method and should not be used by user code.</remarks>
</Docs>
</Member>
<Member MemberName="Type">

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>Specifies the type of a keyboard event.</summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -37,7 +37,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> specifies a key press event</summary>
<remarks>
</remarks>
</Docs>
@ -50,7 +50,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> specifies a key release event</summary>
<remarks>
</remarks>
</Docs>
@ -63,7 +63,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Not a valid value; specifies end of enumeration</summary>
<remarks>
</remarks>
</Docs>

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>Describes the layer of a component</summary>
<remarks>These enumerated "layer values" are used when determining which UI rendering layer a component is drawn into, which can help in making determinations of when components occlude one another.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -37,7 +37,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The object does not have a layer</summary>
<remarks>
</remarks>
</Docs>
@ -50,7 +50,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> This layer is reserved for the desktop background</summary>
<remarks>
</remarks>
</Docs>
@ -63,7 +63,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> This layer is used for Canvas components</summary>
<remarks>
</remarks>
</Docs>
@ -76,7 +76,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> This layer is normally used for components</summary>
<remarks>
</remarks>
</Docs>
@ -89,7 +89,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> This layer is used for layered components</summary>
<remarks>
</remarks>
</Docs>
@ -102,7 +102,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> This layer is used for popup components, such as menus</summary>
<remarks>
</remarks>
</Docs>
@ -115,7 +115,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> This layer is reserved for future use.</summary>
<remarks>
</remarks>
</Docs>
@ -129,7 +129,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary> This layer is used for toplevel windows.</summary>
<remarks>
</remarks>
</Docs>

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>An <see cref="T:Atk.Object" /> which purports to implement all Atk interfaces.</summary>
<remarks>It is the type of <see cref="T:Atk.Object" /> which is created if an accessible object is requested for an object type for which no factory type is specified.</remarks>
</Docs>
<Base>
<BaseTypeName>Atk.Object</BaseTypeName>

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>The <see cref="T:Atk.ObjectFactory" /> which creates an <see cref="T:Atk.NoOpObject" />.</summary>
<remarks>The <see cref="T:Atk.ObjectFactory" /> which creates an <see cref="T:Atk.NoOpObject" />. An instance of this is created by an <see cref="T:Atk.Registry" /> if no factory type has not been specified to create an accessible object of a particular type.</remarks>
</Docs>
<Base>
<BaseTypeName>Atk.ObjectFactory</BaseTypeName>
@ -60,9 +60,9 @@
<ReturnValue />
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Default constructor</summary>
<returns>an object of type <see cref="T:Atk.NoOpObjectFactory" /></returns>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="GType">

View File

@ -10,8 +10,15 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>The base object class for the Accessibility Toolkit API.</summary>
<remarks>
<para>
This class is the primary class for accessibility support via the Accessibility ToolKit (Atk). Objects which are instances of <see cref="Atk.Object" /> (or instances of <see cref="T:Atk.Object" />-derived types) are queried for properties which relate basic (and generic) properties of a UI component such as name and description. Instances of <see cref="T:Atk.Object" /> may also be queried as to whether they implement other Atk interfaces (e.g. <see cref="T:Atk.Action" />, <see cref="T:Atk.Component" />, etc.), as appropriate to the role which a given UI component plays in a user interface.
</para>
<para>
All UI components in an application which provide useful information or services to the user must provide corresponding <see cref="T:Atk.Object" /> instances on request (in Gtk, for instance, usually on a call to <see cref="M:Gtk.Widget.GetAccessible()" />), either via Atk support built into the toolkit for the widget class or ancestor class, or in the case of custom widgets, if the inherited <see cref="T:Atk.Object" /> implementation is insufficient, via instances of a new <see cref="T:Atk.Object" /> subclass.
</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
@ -688,9 +695,9 @@
<ReturnValue />
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Default constructor</summary>
<returns>a <see cref="T:Atk.Object" /></returns>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
</Members>

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>The base object class for a factory used to create accessible objects for objects of a specific <see cref="T:GLib.GType" />.</summary>
<remarks>The function <see cref="M:Atk.Registry.SetFactoryType()" /> is normally called to store in the registry the factory type to be used to create an accessible of a particular <see cref="T:GLib.GType" />.</remarks>
</Docs>
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
@ -128,9 +128,9 @@
<ReturnValue />
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Default constructor</summary>
<returns>a <see cref="T:Atk.ObjectFactory" /></returns>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
</Members>

View File

@ -27,8 +27,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Returns an empty <see cref="T:Atk.PropertyValues" /></summary>
<remarks />
</Docs>
</Member>
<Member MemberName="New">
@ -41,10 +41,10 @@
<Parameter Name="raw" Type="System.IntPtr" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="raw">To be added: an object of type 'IntPtr'</param>
<returns>To be added: an object of type 'Atk.PropertyValues'</returns>
<remarks>To be added</remarks>
<summary>Internal method</summary>
<param name="raw">a <see cref="T:System.IntPtr" /></param>
<returns> a new <see cref="T:Atk.PropertyValues" /></returns>
<remarks>This is an internal method and should not be used by user code.</remarks>
</Docs>
</Member>
<Member MemberName="PropertyName">

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>An object used to store the <see cref="T:GLib.GType" /> of the factories used to create an accessible object for an object of a particular <see cref="T:GLib.GType" />.</summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
@ -136,9 +136,9 @@
<ReturnValue />
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Default constructor</summary>
<returns>a <see cref="T:Atk.Registry" /></returns>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
</Members>

View File

@ -74,7 +74,7 @@
<Parameter Name="relationship" Type="Atk.RelationType" />
</Parameters>
<Docs>n
<summary>To be added</summary><param name="targets">an object of type <see cref="T:Atk.Object" /></param><param name="n_targets">an object of type <see cref="T:System.Int32" /></param><param name="relationship">an object of type <see cref="T:Atk.RelationType" /></param><returns>an object of type <see cref="T:Atk.Relation" /></returns><remarks>To be added</remarks></Docs>
<summary>Creates a new <see cref="T:Atk.Relation" /> with the provided information.</summary><param name="targets">an object of type <see cref="T:Atk.Object" /></param><param name="n_targets">an object of type <see cref="T:System.Int32" /></param><param name="relationship">an object of type <see cref="T:Atk.RelationType" /></param><returns>an object of type <see cref="T:Atk.Relation" /></returns><remarks /></Docs>
</Member>
<Member MemberName="RelationType">
<MemberSignature Language="C#" Value="public Atk.RelationType RelationType { get; };" />

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>Describes the type of the relation</summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -37,7 +37,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>No Relation</summary>
<remarks>
</remarks>
</Docs>
@ -50,7 +50,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates an object controlled by one or more target objects.</summary>
<remarks>
</remarks>
</Docs>
@ -63,7 +63,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates an object is an controller for one or more target objects.</summary>
<remarks>
</remarks>
</Docs>
@ -76,7 +76,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates an object is a label for one or more target objects.</summary>
<remarks>
</remarks>
</Docs>
@ -89,7 +89,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates an object is labelled by one or more target objects.</summary>
<remarks>
</remarks>
</Docs>
@ -102,7 +102,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates an object is a member of a group of one or more target objects.</summary>
<remarks>
</remarks>
</Docs>
@ -115,7 +115,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Indicates an object is a cell in a treetable which is displayed because a cell in the same column is expanded and identifies that cell.</summary>
<remarks>
</remarks>
</Docs>
@ -142,7 +142,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>Indicates that the object has content that flows logically to another AtkObject in a sequential way, (for instance text-flow).</summary>
<remarks>
</remarks>
</Docs>
@ -156,7 +156,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary> Indicates that the object has content that flows logically from another AtkObject in a sequential way, (for instance text-flow).</summary>
<remarks>
</remarks>
</Docs>
@ -184,7 +184,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary> Indicates that the object visually embeds another object's content, i.e. this object's content flows around another's content.</summary>
<remarks>
</remarks>
</Docs>
@ -198,7 +198,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary> Inverse of <see cref="F:Atk.Relation.Embeds" />, indicates that this object's content is visualy embedded in another object.</summary>
<remarks>
</remarks>
</Docs>

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>Describes the role of an object</summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -37,7 +37,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Invalid role</summary>
<remarks>
</remarks>
</Docs>
@ -50,7 +50,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A label which represents an accelerator</summary>
<remarks>
</remarks>
</Docs>
@ -63,7 +63,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object which is an alert to the user</summary>
<remarks>
</remarks>
</Docs>
@ -76,7 +76,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object which is an animated image</summary>
<remarks>
</remarks>
</Docs>
@ -89,7 +89,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>An arrow in one of the four cardinal directions</summary>
<remarks>
</remarks>
</Docs>
@ -102,7 +102,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object that displays a calendar and allows the user to select a date</summary>
<remarks>
</remarks>
</Docs>
@ -115,7 +115,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object that can be drawn into and is used to trap events </summary>
<remarks>
</remarks>
</Docs>
@ -128,7 +128,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A choice that can be checked or unchecked and provides a separate indicator for the current state</summary>
<remarks>
</remarks>
</Docs>
@ -141,7 +141,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A menu item with a check box</summary>
<remarks>
</remarks>
</Docs>
@ -154,7 +154,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A specialized dialog that lets the user choose a color</summary>
<remarks>
</remarks>
</Docs>
@ -167,7 +167,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The header for a column of data</summary>
<remarks>
</remarks>
</Docs>
@ -180,7 +180,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>A list of choices the user can select from</summary>
<remarks>
</remarks>
</Docs>
@ -193,7 +193,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object whose purpose is to allow a user to edit a date</summary>
<remarks>
</remarks>
</Docs>
@ -206,7 +206,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An inconifed internal frame within a <see cref="F:Desktop.Pane" /></summary>
<remarks>
</remarks>
</Docs>
@ -219,7 +219,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A pane that supports internal frames and iconified versions of those internal frames</summary>
<remarks>
</remarks>
</Docs>
@ -232,7 +232,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object whose purpose is to allow a user to set a value</summary>
<remarks>
</remarks>
</Docs>
@ -245,7 +245,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A top level window with title bar and a border</summary>
<remarks>
</remarks>
</Docs>
@ -258,7 +258,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A pane that allows the user to navigate through and select the contents of a directory</summary>
<remarks>
</remarks>
</Docs>
@ -271,7 +271,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object used for drawing custom user interface elements</summary>
<remarks>
</remarks>
</Docs>
@ -284,7 +284,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A specialized dialog that lets the user choose a file</summary>
<remarks>
</remarks>
</Docs>
@ -297,7 +297,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A object that fills up space in a user interface</summary>
<remarks>
</remarks>
</Docs>
@ -310,7 +310,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A specialized dialog that lets the user choose a font</summary>
<remarks>
</remarks>
</Docs>
@ -323,7 +323,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A top level window with a title bar, border, menubar, etc.</summary>
<remarks>
</remarks>
</Docs>
@ -336,7 +336,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A pane that is guaranteed to be painted on top of all panes beneath it</summary>
<remarks>
</remarks>
</Docs>
@ -349,7 +349,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A document container for HTML, whose children represent the document content</summary>
<remarks>
</remarks>
</Docs>
@ -362,7 +362,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A small fixed size picture, typically used to decorate components</summary>
<remarks>
</remarks>
</Docs>
@ -375,7 +375,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object whose primary purpose is to display an image</summary>
<remarks>
</remarks>
</Docs>
@ -388,7 +388,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>A frame-like object that is clipped by a desktop pane</summary>
<remarks>
</remarks>
</Docs>
@ -401,7 +401,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object used to present an icon or short string in an interface</summary>
<remarks>
</remarks>
</Docs>
@ -414,7 +414,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A specialized pane that allows its children to be drawn in layers, providing a form of stacking order</summary>
<remarks>
</remarks>
</Docs>
@ -427,7 +427,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object that presents a list of objects to the user and allows the user to select one or more of them</summary>
<remarks>
</remarks>
</Docs>
@ -440,7 +440,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object that represents an element of a list</summary>
<remarks>
</remarks>
</Docs>
@ -453,7 +453,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object usually found inside a menu bar that contains a list of actions the user can choose from</summary>
<remarks>
</remarks>
</Docs>
@ -466,7 +466,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>An object usually drawn at the top of the primary dialog box of an application that contains a list of menus the user can choose from</summary>
<remarks>
</remarks>
</Docs>
@ -479,7 +479,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object usually contained in a menu that presents an action the user can choose</summary>
<remarks>
</remarks>
</Docs>
@ -492,7 +492,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A specialized pane whose primary use is inside a Dialog</summary>
<remarks>
</remarks>
</Docs>
@ -505,7 +505,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object that is a child of a page tab list</summary>
<remarks>
</remarks>
</Docs>
@ -518,7 +518,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object that presents a series of panels (or page tabs), one at a time, through some mechanism provided by the object</summary>
<remarks>
</remarks>
</Docs>
@ -531,7 +531,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A generic container that is often used to group objects </summary>
<remarks>
</remarks>
</Docs>
@ -544,7 +544,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A text object uses for passwords, or other places where the text content is not shown visibly to the user</summary>
<remarks>
</remarks>
</Docs>
@ -557,7 +557,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>A temporary window that is usually used to offer the user a list of choices, and then hides when the user selects one of those choices</summary>
<remarks>
</remarks>
</Docs>
@ -570,7 +570,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object used to indicate how much of a task has been completed</summary>
<remarks>
</remarks>
</Docs>
@ -583,7 +583,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object the user can manipulate to tell the application to do something</summary>
<remarks>
</remarks>
</Docs>
@ -596,7 +596,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked</summary>
<remarks>
</remarks>
</Docs>
@ -609,7 +609,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A check menu item which belongs to a group. At each instant exactly one of the radio menu items from a group is selected</summary>
<remarks>
</remarks>
</Docs>
@ -622,7 +622,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A specialized pane that has a glass pane and a layered pane as its children</summary>
<remarks>
</remarks>
</Docs>
@ -635,7 +635,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The header for a row of data</summary>
<remarks>
</remarks>
</Docs>
@ -648,7 +648,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object usually used to allow a user to incrementally view a large amount of data.</summary>
<remarks>
</remarks>
</Docs>
@ -661,7 +661,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object that allows a user to incrementally view a large amount of information</summary>
<remarks>
</remarks>
</Docs>
@ -674,7 +674,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>An object usually contained in a menu to provide a visible and logical separation of the contents in a menu</summary>
<remarks>
</remarks>
</Docs>
@ -687,7 +687,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object that allows the user to select from a bounded range</summary>
<remarks>
</remarks>
</Docs>
@ -700,7 +700,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A specialized panel that presents two other panels at the same time</summary>
<remarks>
</remarks>
</Docs>
@ -713,7 +713,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object used to get an integer or floating point number from the user</summary>
<remarks>
</remarks>
</Docs>
@ -726,7 +726,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object which reports messages of minor importance to the user</summary>
<remarks>
</remarks>
</Docs>
@ -739,7 +739,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object used to represent information in terms of rows and columns</summary>
<remarks>
</remarks>
</Docs>
@ -752,7 +752,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A cell in a table</summary>
<remarks>
</remarks>
</Docs>
@ -765,7 +765,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The header for a column of a table</summary>
<remarks>
</remarks>
</Docs>
@ -778,7 +778,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The header for a row of a table</summary>
<remarks>
</remarks>
</Docs>
@ -791,7 +791,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A menu item used to tear off and reattach its menu</summary>
<remarks>
</remarks>
</Docs>
@ -804,7 +804,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object that represents an accessible terminal</summary>
<remarks>
</remarks>
</Docs>
@ -817,7 +817,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object that presents text to the user</summary>
<remarks>
</remarks>
</Docs>
@ -830,7 +830,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A specialized push button that can be checked or unchecked, but does not provide a separate indicator for the current state</summary>
<remarks>
</remarks>
</Docs>
@ -843,7 +843,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A bar or palette usually composed of push buttons or toggle buttons</summary>
<remarks>
</remarks>
</Docs>
@ -856,7 +856,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object that provides information about another object</summary>
<remarks>
</remarks>
</Docs>
@ -869,7 +869,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object used to represent hierarchical information to the user</summary>
<remarks>
</remarks>
</Docs>
@ -882,7 +882,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object capable of expanding and collapsing rows as well as showing multiple columns of data</summary>
<remarks>
</remarks>
</Docs>
@ -895,7 +895,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The object contains some Accessible information, but its role is not known</summary>
<remarks>
</remarks>
</Docs>
@ -908,7 +908,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> An object usually used in a scroll pane</summary>
<remarks>
</remarks>
</Docs>
@ -921,7 +921,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> A top level window with no title or border.</summary>
<remarks>
</remarks>
</Docs>
@ -934,7 +934,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> not a valid role, used for finding end of enumeration</summary>
<remarks>
</remarks>
</Docs>
@ -948,7 +948,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary> An object that serves as a document header.</summary>
<remarks>
</remarks>
</Docs>
@ -962,7 +962,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary> An object that serves as a document footer.</summary>
<remarks>
</remarks>
</Docs>
@ -976,7 +976,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary> An object which is contains a paragraph of text content.</summary>
<remarks>
</remarks>
</Docs>
@ -990,7 +990,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>An object which describes margins and tab stops, etc. for text objects which it controls (should have CONTROLLER_FOR relation to such).</summary>
<remarks>
</remarks>
</Docs>
@ -1004,7 +1004,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary> The object is an application object, which may contain <see cref="F:Atk.Role.Frame" /> objects or other types of accessibles.</summary>
<remarks>
</remarks>
</Docs>

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>The possible types of states of an object</summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -37,7 +37,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates an invalid state</summary>
<remarks>
</remarks>
</Docs>
@ -50,7 +50,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates a window is currently the active window</summary>
<remarks>
</remarks>
</Docs>
@ -63,7 +63,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates that the object is armed</summary>
<remarks>
</remarks>
</Docs>
@ -76,7 +76,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates the current object is busy</summary>
<remarks>
</remarks>
</Docs>
@ -89,7 +89,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates this object is currently checked</summary>
<remarks>
</remarks>
</Docs>
@ -102,7 +102,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates the user interface object corresponding to this object no longer exists</summary>
<remarks>
</remarks>
</Docs>
@ -115,7 +115,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates the user can change the contents of this object</summary>
<remarks>
</remarks>
</Docs>
@ -128,7 +128,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Indicates that this object is enabled. An inconsistent <see cref="T:Gtk.ToggleButton" /> is an example of an object which is sensitive but not enabled.</summary>
<remarks>
</remarks>
</Docs>
@ -141,7 +141,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates this object allows progressive disclosure of its children</summary>
<remarks>
</remarks>
</Docs>
@ -154,7 +154,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates this object its expanded</summary>
<remarks>
</remarks>
</Docs>
@ -167,7 +167,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Indicates this object can accept keyboard focus, which means all events resulting from typing on the keyboard will normally be passed to it when it has focus</summary>
<remarks>
</remarks>
</Docs>
@ -180,7 +180,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Indicates this object currently has the keyboard focus</summary>
<remarks>
</remarks>
</Docs>
@ -193,7 +193,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates the orientation of this object is horizontal</summary>
<remarks>
</remarks>
</Docs>
@ -206,7 +206,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates this object is minimized and is represented only by an icon</summary>
<remarks>
</remarks>
</Docs>
@ -219,7 +219,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates something must be done with this object before the user can interact with an object in a different window</summary>
<remarks>
</remarks>
</Docs>
@ -232,7 +232,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates this (text) object can contain multiple lines of text</summary>
<remarks>
</remarks>
</Docs>
@ -245,7 +245,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates this object allows more than one of its children to be selected at the same time</summary>
<remarks>
</remarks>
</Docs>
@ -258,7 +258,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates this object paints every pixel within its rectangular region</summary>
<remarks>
</remarks>
</Docs>
@ -271,7 +271,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates this object is currently pressed</summary>
<remarks>
</remarks>
</Docs>
@ -284,7 +284,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates the size of this object is not fixed</summary>
<remarks>
</remarks>
</Docs>
@ -297,7 +297,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Indicates this object is the child of an object that allows its children to be selected and that this child is one of those children that can be selected</summary>
<remarks>
</remarks>
</Docs>
@ -310,7 +310,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Indicates this object is the child of an object that allows its children to be selected and that this child is one of those children that has been selected</summary>
<remarks>
</remarks>
</Docs>
@ -323,7 +323,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates this object is sensitive</summary>
<remarks>
</remarks>
</Docs>
@ -336,7 +336,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates this object, the object's parent, the object's parent's parent, and so on, are all visible</summary>
<remarks>
</remarks>
</Docs>
@ -349,7 +349,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates this (text) object can contain only a single line of text</summary>
<remarks>
</remarks>
</Docs>
@ -362,7 +362,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates that the index associated with this object has changed since the user accessed the object.</summary>
<remarks>
</remarks>
</Docs>
@ -375,7 +375,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates this object is transient</summary>
<remarks>
</remarks>
</Docs>
@ -388,7 +388,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates the orientation of this object is vertical</summary>
<remarks>
</remarks>
</Docs>
@ -401,7 +401,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Indicates this object is visible</summary>
<remarks>
</remarks>
</Docs>
@ -414,7 +414,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Not a valid state, used for finding end of enumeration</summary>
<remarks>
</remarks>
</Docs>
@ -428,7 +428,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>To be added</summary>
<summary> Indicates that "active-descendant-changed" event is sent when children become 'active' (i.e. are selected or navigated to onscreen). Used to prevent need to enumerate all children in very large containers, like tables.</summary>
<remarks>
</remarks>
</Docs>

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>Describes the text attributes supported</summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -37,7 +37,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Invalid attribute</summary>
<remarks>
</remarks>
</Docs>
@ -50,7 +50,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The pixel width of the left margin</summary>
<remarks>
</remarks>
</Docs>
@ -63,7 +63,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The pixel width of the right margin</summary>
<remarks>
</remarks>
</Docs>
@ -76,7 +76,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The number of pixels that the text is indented</summary>
<remarks>
</remarks>
</Docs>
@ -89,7 +89,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Either "true" or "false" indicating whether text is visible or not</summary>
<remarks>
</remarks>
</Docs>
@ -102,7 +102,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Either "true" or "false" indicating whether text is editable or not</summary>
<remarks>
</remarks>
</Docs>
@ -115,7 +115,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Pixels of blank space to leave above each newline-terminated line.</summary>
<remarks>
</remarks>
</Docs>
@ -128,7 +128,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Pixels of blank space to leave below each newline-terminated line.</summary>
<remarks>
</remarks>
</Docs>
@ -141,7 +141,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> Pixels of blank space to leave between wrapped lines inside the same newline-terminated line (paragraph).</summary>
<remarks>
</remarks>
</Docs>
@ -154,7 +154,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>"true" or "false" whether to make the background color for each character the height of the highest font used on the current line, or the height of the font used for the current character.</summary>
<remarks>
</remarks>
</Docs>
@ -167,7 +167,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Number of pixels that the characters are risen above the baseline</summary>
<remarks>
</remarks>
</Docs>
@ -180,7 +180,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> "none", "single", "double" or "low"</summary>
<remarks>
</remarks>
</Docs>
@ -193,7 +193,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> "true" or "false" whether the text is strikethrough</summary>
<remarks>
</remarks>
</Docs>
@ -206,7 +206,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The size of the characters.</summary>
<remarks>
</remarks>
</Docs>
@ -219,7 +219,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The scale of the characters. The value is a string representation of a double</summary>
<remarks>
</remarks>
</Docs>
@ -232,7 +232,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The weight of the characters.</summary>
<remarks>
</remarks>
</Docs>
@ -245,7 +245,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The language used</summary>
<remarks>
</remarks>
</Docs>
@ -258,7 +258,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The font family name</summary>
<remarks>
</remarks>
</Docs>
@ -271,7 +271,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The background color. The value is an RGB value of the format "u,u,u"</summary>
<remarks>
</remarks>
</Docs>
@ -284,7 +284,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>The foreground color. The value is an RGB value of the format "u,u,u"</summary>
<remarks>
</remarks>
</Docs>
@ -297,7 +297,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> "true" if a GdkBitmap is set for stippling the background color.</summary>
<remarks>
</remarks>
</Docs>
@ -310,7 +310,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> "true" if a GdkBitmap is set for stippling the foreground color.</summary>
<remarks>
</remarks>
</Docs>
@ -323,7 +323,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The wrap mode of the text, if any. Values are "none", "char" or "word"</summary>
<remarks>
</remarks>
</Docs>
@ -336,7 +336,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The direction of the text, if set. Values are "none", "ltr" or "rtl"</summary>
<remarks>
</remarks>
</Docs>
@ -349,7 +349,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The justification of the text, if set. Values are "left", "right", "center" or "fill"</summary>
<remarks>
</remarks>
</Docs>
@ -362,7 +362,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>The stretch of the text, if set. Values are "ultra_condensed", "extra_condensed", "condensed", "semi_condensed", "normal", "semi_expanded", "expanded", "extra_expanded" or "ultra_expanded"</summary>
<remarks>
</remarks>
</Docs>
@ -375,7 +375,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The capitalization variant of the text, if set. Values are "normal" or "small_caps"</summary>
<remarks>
</remarks>
</Docs>
@ -388,7 +388,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> The slant style of the text, if set. Values are "normal", "oblique" or "italic"</summary>
<remarks>
</remarks>
</Docs>
@ -401,7 +401,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary> not a valid text attribute, used for finding end of enumeration</summary>
<remarks>
</remarks>
</Docs>

View File

@ -10,8 +10,8 @@
</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>To be added</summary>
<remarks>To be added</remarks>
<summary>Text boundary types used for specifying boundaries for regions of text</summary>
<remarks />
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>