* en/Gtk/TODO: update
* en/Gtk/ToolbarSpaceStyle.xml: documented svn path=/trunk/gtk-sharp/; revision=19866
This commit is contained in:
parent
11ae961d3a
commit
653f643360
3 changed files with 10 additions and 11 deletions
|
@ -3,6 +3,7 @@
|
||||||
* en/Gtk/Quit.xml: documented
|
* en/Gtk/Quit.xml: documented
|
||||||
* en/Gtk/TooltipsData.xml: documented
|
* en/Gtk/TooltipsData.xml: documented
|
||||||
* en/Gtk/TODO: update
|
* en/Gtk/TODO: update
|
||||||
|
* en/Gtk/ToolbarSpaceStyle.xml: documented
|
||||||
|
|
||||||
2003-11-05 Mike Kestner <mkestner@ximian.com>
|
2003-11-05 Mike Kestner <mkestner@ximian.com>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
TODO doc for Gtk namespace.
|
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
|
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
|
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).
|
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
|
TextWindowType.xml
|
||||||
ThemeEngine.xml
|
ThemeEngine.xml
|
||||||
ThreadNotify.xml
|
ThreadNotify.xml
|
||||||
ToolbarChildType.xml
|
|
||||||
ToolbarSpaceStyle.xml
|
|
||||||
TranslateFunc.xml
|
TranslateFunc.xml
|
||||||
Tree.xml
|
Tree.xml
|
||||||
TreeCellDataFunc.xml
|
TreeCellDataFunc.xml
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<Type Name="ToolbarSpaceStyle" FullName="Gtk.ToolbarSpaceStyle">
|
<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>
|
<AssemblyInfo>
|
||||||
<AssemblyName>gtk-sharp</AssemblyName>
|
<AssemblyName>gtk-sharp</AssemblyName>
|
||||||
<AssemblyPublicKey></AssemblyPublicKey>
|
<AssemblyPublicKey></AssemblyPublicKey>
|
||||||
|
@ -9,8 +9,8 @@
|
||||||
</AssemblyInfo>
|
</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>
|
<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>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<summary>The style of spaces in a <see cref="T:Gtk.Toolbar" />.</summary>
|
||||||
<remarks>To be added</remarks>
|
<remarks></remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
<Base>
|
<Base>
|
||||||
<BaseTypeName>System.Enum</BaseTypeName>
|
<BaseTypeName>System.Enum</BaseTypeName>
|
||||||
|
@ -36,8 +36,8 @@
|
||||||
</ReturnValue>
|
</ReturnValue>
|
||||||
<Parameters></Parameters>
|
<Parameters></Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<summary>Seperate items normally (no line).</summary>
|
||||||
<remarks>To be added</remarks>
|
<remarks></remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
<Member MemberName="Line">
|
<Member MemberName="Line">
|
||||||
|
@ -48,8 +48,8 @@
|
||||||
</ReturnValue>
|
</ReturnValue>
|
||||||
<Parameters></Parameters>
|
<Parameters></Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<summary>Seperate items with a line.</summary>
|
||||||
<remarks>To be added</remarks>
|
<remarks></remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
<Member MemberName="value__">
|
<Member MemberName="value__">
|
||||||
|
|
Loading…
Reference in a new issue