* en/Gtk/DirectionType.xml:

* en/Gtk/SelectionMode.xml: More from Hector.

svn path=/trunk/gtk-sharp/; revision=11860
This commit is contained in:
Duncan Mak 2003-02-23 08:44:11 +00:00
parent f3966a2a4c
commit 27f0e8b758
3 changed files with 81 additions and 30 deletions

View file

@ -1,5 +1,8 @@
2003-02-23 Duncan Mak <duncan@ximian.com>
* en/Gtk/DirectionType.xml:
* en/Gtk/SelectionMode.xml: More from Hector.
* en/*/*.xml: a Big patch. This adds code-generated documentation
for internal constructors, the GType property and the Finalized method.

View file

@ -1,5 +1,5 @@
<Type Name="DirectionType" FullName="Gtk.DirectionType">
<TypeSignature Language="C#" Value="public sealed struct DirectionType;" Maintainer="auto" />
<TypeSignature Language="C#" Value="public sealed struct DirectionType;" Maintainer="Hector Gomez M" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
@ -7,8 +7,10 @@
</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 enumeration used by TextView and Window</summary>
<remarks>
This enumeration is used by <see cref="T:Gtk.TextView"/> and <see cref="T:Gdk.Window"/> to decide how focus in the widget behaves.
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -34,8 +36,12 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Tab forward through the children capable of having focus, starting at the left or top.</summary>
<remarks>
<para>
Tab forward through the children capable of having focus, starting at the left or top.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="TabBackward">
@ -46,8 +52,12 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Tab backward through the children with focus capability, starting at the right or bottom.</summary>
<remarks>
<para>
Tab backward through the children with focus capability, starting at the right or bottom.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="Up">
@ -58,8 +68,12 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Sets initial focus on the child nearest the bottom of the container.</summary>
<remarks>
<para>
Sets initial focus on the child nearest the bottom of the container.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="Down">
@ -70,8 +84,12 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary> Sets initial focus on the child nearest the top of the container.</summary>
<remarks>
<para>
Sets initial focus on the child nearest the top of the container.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="Left">
@ -82,8 +100,12 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary> Sets initial focus on the child nearest the right edge of the container. </summary>
<remarks>
<para>
Sets initial focus on the child nearest the right edge of the container.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="Right">
@ -94,8 +116,10 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary> Sets initial focus on the child nearest the left edge of the container.</summary>
<remarks>
Sets initial focus on the child nearest the left edge of the container.
</remarks>
</Docs>
</Member>
<Member MemberName="value__">
@ -111,4 +135,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>

View file

@ -1,5 +1,5 @@
<Type Name="SelectionMode" FullName="Gtk.SelectionMode">
<TypeSignature Language="C#" Value="public sealed struct SelectionMode;" Maintainer="auto" />
<TypeSignature Language="C#" Value="public sealed struct SelectionMode;" Maintainer="Hector Gomez M" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
@ -7,8 +7,12 @@
</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 enumeration used by TreeSelection.</summary>
<remarks>
<para>
This enumeration is used by <see cref="T:Gtk.TreeSelection"/> to decide how selection behaves.
</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -34,8 +38,12 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Nothing can be selected.</summary>
<remarks>
<para>
Nothing can be selected.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="Single">
@ -46,8 +54,12 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Only one item can be selected at any given moment. Other items can have focus, but will not be marked as selected.</summary>
<remarks>
<para>
Only one item can be selected at any given moment. Other items can have focus, but will not be marked as selected.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="Browse">
@ -58,8 +70,12 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Only one item can be selected at any given moment. Any item currently having focus will be marked as selected.</summary>
<remarks>
<para>
Only one item can be selected at any given moment. Any item currently having focus will be marked as selected.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="Multiple">
@ -70,8 +86,12 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Several items may be selected or unselected with a click or using the spacebar. They cannot be selected or unselected in any other way.</summary>
<remarks>
<para>
Note that multiple selection should only be used where all items share the exact same callback routine.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="Extended">
@ -82,8 +102,12 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Several items may be selected or unselected using drag, or the shift (selects all items from the leader to the current focus) or control (selects the item having current focus) keys.</summary>
<remarks>
<para>
Note that extended selection should only be used where all items share the exact same callback routine.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="value__">
@ -99,4 +123,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>