Author: miguel
Date: 2006-08-08 01:34:34 -0400 (Tue, 08 Aug 2006)
New Revision: 63464
Modified:
trunk/gtk-sharp/doc/en/Gtk/TreeIter.xml
trunk/gtk-sharp/doc/en/Gtk/VBox.xml
Log:
patch from [EMAIL PROTECTED]
Modified: trunk/gtk-sharp/doc/en/Gtk/TreeIter.xml
===================================================================
--- trunk/gtk-sharp/doc/en/Gtk/TreeIter.xml 2006-08-08 03:35:09 UTC (rev
63463)
+++ trunk/gtk-sharp/doc/en/Gtk/TreeIter.xml 2006-08-08 05:34:34 UTC (rev
63464)
@@ -9,7 +9,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>The <see cref="T:Gtk.TreeIter" /> is the primary structure for
accessing a tree row.</summary>
- <remarks>Models are expected to put a unique integer in the <see
cref="F:Gtk.TreeIter.stamp" /> field, and put model-specific data in the three
<see cref="F:Gtk.TreeIter.user_data" /> fields.</remarks>
+ <remarks>Models are expected to put a unique integer in the <see
cref="F:Gtk.TreeIter.Stamp" /> field, and put model-specific data in the three
<see cref="F:Gtk.TreeIter.user_data" /> fields.</remarks>
</Docs>
<Base>
<BaseTypeName>System.ValueType</BaseTypeName>
@@ -116,4 +116,4 @@
</Docs>
</Member>
</Members>
-</Type>
+</Type>
\ No newline at end of file
Modified: trunk/gtk-sharp/doc/en/Gtk/VBox.xml
===================================================================
--- trunk/gtk-sharp/doc/en/Gtk/VBox.xml 2006-08-08 03:35:09 UTC (rev 63463)
+++ trunk/gtk-sharp/doc/en/Gtk/VBox.xml 2006-08-08 05:34:34 UTC (rev 63464)
@@ -9,7 +9,14 @@
<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>A VBox is a specific type of <see cref="T:Gtk.Container" /> for
packing widgets vertically.
-<example>
+</summary>
+ <remarks>
+ <para>Other ways of laying out widgets include using a horizontal box,
(see <see cref="T:Gtk.HBox" />), a table, (see <see cref="T:Gtk.Table" />),
button boxes, etc.</para>
+ <para>
+ Useful methods for manipulating boxes can be found in the superclass
for HBox, <see cref="T:Gtk.Box" />.
+ </para>
+ <para>Here is a simple example of the class' usage:</para>
+ <example>
<code lang="C#">
using System;
using Gtk;
@@ -35,18 +42,14 @@
}
}
</code>
- </example></summary>
- <remarks>
- <para>Other ways of laying out widgets include using a horizontal box,
(see <see cref="T:Gtk.HBox" />), a table, (see <see cref="T:Gtk.Table" />),
button boxes, etc.</para>
- <para>
- Useful methods for manipulating boxes can be found in the superclass
for HBox, <see cref="T:Gtk.Box" />.
- </para>
+ </example>
</remarks>
</Docs>
<Base>
<BaseTypeName>Gtk.Box</BaseTypeName>
</Base>
- <Interfaces></Interfaces>
+ <Interfaces>
+ </Interfaces>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public VBox (IntPtr raw);" />
@@ -120,4 +123,4 @@
</Docs>
</Member>
</Members>
-</Type>
+</Type>
\ No newline at end of file
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches