From 173a4a188b238b0a2e7a1f1083ace5fe4ae6c893 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Tue, 18 Mar 2008 01:49:27 +0000 Subject: [PATCH] 2008-03-17 Mike Kestner * en/Gtk/HBox.xml: * en/Gtk/VBox.xml: move example tag outside summary. svn path=/trunk/gtk-sharp/; revision=98514 --- doc/ChangeLog | 5 +++++ doc/en/Gtk/HBox.xml | 4 ++-- doc/en/Gtk/VBox.xml | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 5fdc8939f..f21f92be4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-03-17 Mike Kestner + + * en/Gtk/HBox.xml: + * en/Gtk/VBox.xml: move example tag outside summary. + 2006-08-09 Alp Toker * GLib/Thread.xml: diff --git a/doc/en/Gtk/HBox.xml b/doc/en/Gtk/HBox.xml index 56f48f165..8940c1c37 100644 --- a/doc/en/Gtk/HBox.xml +++ b/doc/en/Gtk/HBox.xml @@ -8,7 +8,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - An HBox is a specific type of for packing widgets horizontally. + An HBox is a specific type of for packing widgets horizontally. @@ -67,7 +67,7 @@ Class HBoxTester End Sub End Class - + Other ways of laying out widgets include using a vertical box, (see ), a table, (see ), button boxes, etc. diff --git a/doc/en/Gtk/VBox.xml b/doc/en/Gtk/VBox.xml index 462070cee..0155c5cb2 100644 --- a/doc/en/Gtk/VBox.xml +++ b/doc/en/Gtk/VBox.xml @@ -8,7 +8,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - A VBox is a specific type of for packing widgets vertically. + A VBox is a specific type of for packing widgets vertically. using System; using Gtk; @@ -69,7 +69,7 @@ Class VBoxTester End Sub End Class - + Other ways of laying out widgets include using a horizontal box, (see ), a table, (see ), button boxes, etc.