* en/Gtk/TODO: update

* en/Gtk/ToolbarSpaceStyle.xml: documented

svn path=/trunk/gtk-sharp/; revision=19866
This commit is contained in:
John Luke 2003-11-12 06:39:31 +00:00
parent 11ae961d3a
commit 653f643360
3 changed files with 10 additions and 11 deletions

View File

@ -3,6 +3,7 @@
* en/Gtk/Quit.xml: documented
* en/Gtk/TooltipsData.xml: documented
* en/Gtk/TODO: update
* en/Gtk/ToolbarSpaceStyle.xml: documented
2003-11-05 Mike Kestner <mkestner@ximian.com>

View File

@ -1,6 +1,6 @@
TODO doc for Gtk namespace.
There are in total 324 xml to document in Gtk. Right now there are 170 xml not documented in any proportion.
There are in total 324 xml to document in Gtk. Right now there are 168 xml not documented in any proportion.
The idea is to have a easy way to know what documentation is missing, if you want to help or are helping please take out the xml that you commit
from the missing list. For documentation that take some time to finish (like HTML, TextBuffer, etc) the best is that you but your name and email
next to the file in this list to acknowledge that you are working in it (is recommendable that you suscribe to the mono-docs mailing list).
@ -150,8 +150,6 @@ TextWindow.xml
TextWindowType.xml
ThemeEngine.xml
ThreadNotify.xml
ToolbarChildType.xml
ToolbarSpaceStyle.xml
TranslateFunc.xml
Tree.xml
TreeCellDataFunc.xml

View File

@ -1,5 +1,5 @@
<Type Name="ToolbarSpaceStyle" FullName="Gtk.ToolbarSpaceStyle">
<TypeSignature Language="C#" Value="public enum ToolbarSpaceStyle" Maintainer="auto" />
<TypeSignature Language="C#" Value="public enum ToolbarSpaceStyle" Maintainer="John Luke" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey></AssemblyPublicKey>
@ -9,8 +9,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 style of spaces in a <see cref="T:Gtk.Toolbar" />.</summary>
<remarks></remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
@ -36,8 +36,8 @@
</ReturnValue>
<Parameters></Parameters>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Seperate items normally (no line).</summary>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="Line">
@ -48,8 +48,8 @@
</ReturnValue>
<Parameters></Parameters>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Seperate items with a line.</summary>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="value__">
@ -65,4 +65,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>