From 451c2c3c2d16a9f0c4795dc3877db67cf719b3b7 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 8 Aug 2006 05:34:34 +0000 Subject: [PATCH] patch from dwashington@gmx.net svn path=/trunk/gtk-sharp/; revision=63464 --- doc/en/Gtk/TreeIter.xml | 4 ++-- doc/en/Gtk/VBox.xml | 21 ++++++++++++--------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/doc/en/Gtk/TreeIter.xml b/doc/en/Gtk/TreeIter.xml index 3f0eba222..6fbdbb7f0 100644 --- a/doc/en/Gtk/TreeIter.xml +++ b/doc/en/Gtk/TreeIter.xml @@ -9,7 +9,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. The is the primary structure for accessing a tree row. - Models are expected to put a unique integer in the field, and put model-specific data in the three fields. + Models are expected to put a unique integer in the field, and put model-specific data in the three fields. System.ValueType @@ -116,4 +116,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/VBox.xml b/doc/en/Gtk/VBox.xml index 12355c67b..bcc06276f 100644 --- a/doc/en/Gtk/VBox.xml +++ b/doc/en/Gtk/VBox.xml @@ -9,7 +9,14 @@ 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. - + + + Other ways of laying out widgets include using a horizontal box, (see ), a table, (see ), button boxes, etc. + + Useful methods for manipulating boxes can be found in the superclass for HBox, . + + Here is a simple example of the class' usage: + using System; using Gtk; @@ -35,18 +42,14 @@ class VBoxTester { } } - - - Other ways of laying out widgets include using a horizontal box, (see ), a table, (see ), button boxes, etc. - - Useful methods for manipulating boxes can be found in the superclass for HBox, . - + Gtk.Box - + + @@ -120,4 +123,4 @@ class VBoxTester { - + \ No newline at end of file