2008-03-17 Mike Kestner <mkestner@novell.com>

* en/Gtk/HBox.xml:
	* en/Gtk/VBox.xml: move example tag outside summary.

svn path=/trunk/gtk-sharp/; revision=98514
This commit is contained in:
Mike Kestner 2008-03-18 01:49:27 +00:00
parent 2a1bb876bf
commit 173a4a188b
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2008-03-17 Mike Kestner <mkestner@novell.com>
* en/Gtk/HBox.xml:
* en/Gtk/VBox.xml: move example tag outside summary.
2006-08-09 Alp Toker <alp@atoker.com>
* GLib/Thread.xml:

View File

@ -8,7 +8,7 @@
</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>An HBox is a specific type of <see cref="T:Gtk.Container" /> for packing widgets horizontally.
<summary>An HBox is a specific type of <see cref="T:Gtk.Container" /> for packing widgets horizontally.</summary>
<example><code lang="C#">
@ -67,7 +67,7 @@ Class HBoxTester
End Sub
End Class
</code></example></summary>
</code></example>
<remarks>
<para>Other ways of laying out widgets include using a vertical box, (see <see cref="T:Gtk.VBox" />), a table, (see <see cref="T:Gtk.Table" />), button boxes, etc.</para>
<para>

View File

@ -8,7 +8,7 @@
</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>A VBox is a specific type of <see cref="T:Gtk.Container" /> for packing widgets vertically.
<summary>A VBox is a specific type of <see cref="T:Gtk.Container" /> for packing widgets vertically.</summary>
<example><code lang="C#">
using System;
using Gtk;
@ -69,7 +69,7 @@ Class VBoxTester
End Sub
End Class
</code></example></summary>
</code></example>
<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>