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