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:
parent
2a1bb876bf
commit
173a4a188b
3 changed files with 9 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue