diff --git a/doc/en/Gtk/ButtonBox.xml b/doc/en/Gtk/ButtonBox.xml
index fadde8c27..c3e2ebbc7 100644
--- a/doc/en/Gtk/ButtonBox.xml
+++ b/doc/en/Gtk/ButtonBox.xml
@@ -5,10 +5,10 @@
0.0.0.0
- To be added
+ ButtonBox is not a thread-safe object
- To be added
- To be added
+ ButtonBox is a container for laying out widgets.
+ A button box should be used to provide a consistent layout of buttons throughout your application. Specific button boxes are for horizontal groups of buttons, and for vertical button groups.
Gtk.Box
@@ -37,9 +37,9 @@
- To be added
- To be added: an object of type 'uint'
- To be added
+ The type ID for the enumerated type.
+
+
@@ -53,10 +53,10 @@
- To be added
- To be added: an object of type 'Gtk.Widget'
- To be added: an object of type 'bool'
- To be added
+ Sets whether should appear in a secondary group of children. A typical use of a secondary child is the help button in a dialog.
+ A widget that is already packed into this button box
+ if should be placed in a secondary group, otherwise.
+ A secondary group appears after the other children if the style is , or , and before the the other children if the style is . For horizontal button boxes, the definition of before/after depends on direction of the widget (see ). If the style is or , then the secondary children are aligned at the other end of the button box from the main children. For the other styles, they appear immediately next to the main children.
@@ -67,8 +67,8 @@
- To be added
- To be added
+ Destroy and free all resources used by this widget
+
@@ -79,10 +79,10 @@
- To be added
- To be added: an object of type 'uint'
- To be added: an object of type 'Gtk.ButtonBox'
- To be added
+ Internal constructor
+
+
+
@@ -93,10 +93,10 @@
- To be added
- To be added: an object of type 'IntPtr'
- To be added: an object of type 'Gtk.ButtonBox'
- To be added
+ Used for language bindings only.
+ A pointer to a GtkButtonBox, as returned by the Gtk+ C API.
+ A C# Gtk.ButtonBox that wraps the parameter.
+ If you don't already know that you need this constructor, it should not be used.
@@ -105,9 +105,9 @@
- To be added
- To be added: an object of type 'Gtk.ButtonBox'
- To be added
+ Internal constructor
+
+
@@ -117,9 +117,9 @@
System.UInt32
- To be added
- To be added: an object of type 'uint'
- To be added
+ Get the type of this object, as registered with the GLib object system.
+ A number that uniquely identifies this type in the GLib object system.
+ Mostly for internal use.
@@ -132,10 +132,10 @@
- To be added
- To be added: an object of type 'Gtk.ButtonBoxStyle'
- To be added: an object of type 'Gtk.ButtonBoxStyle'
- To be added
+ Alter the way the buttons in this box are arranged.
+ the new style to arrange the buttons in.
+ The style that the child widgets are currently arranged in.
+ See for more information about the styles of button boxes.
@@ -148,10 +148,10 @@
- To be added
- To be added: an object of type 'Gtk.ButtonBoxStyle'
- To be added: an object of type 'Gtk.ButtonBoxStyle'
- To be added
+ See
+
+
+
diff --git a/doc/en/Gtk/ButtonBoxStyle.xml b/doc/en/Gtk/ButtonBoxStyle.xml
index b518d87eb..678937af5 100644
--- a/doc/en/Gtk/ButtonBoxStyle.xml
+++ b/doc/en/Gtk/ButtonBoxStyle.xml
@@ -5,10 +5,10 @@
0.0.0.0
- To be added
+
- To be added
- To be added
+ Used to dictate the style that a uses to layout the buttons it contains. (See also: and ).
+
System.Enum
@@ -34,8 +34,8 @@
- To be added
- To be added
+ Default packing.
+
@@ -46,8 +46,8 @@
- To be added
- To be added
+ Buttons are evenly spread across the ButtonBox.
+
@@ -58,8 +58,8 @@
- To be added
- To be added
+ Buttons are placed at the edges of the ButtonBox.
+
@@ -70,8 +70,8 @@
- To be added
- To be added
+ Buttons are grouped towards the start of box, (on the left for a , or the top for a ).
+
@@ -82,7 +82,7 @@
- To be added
+ Buttons are grouped towards the end of a box, (on the right for a , or the bottom for a ).
To be added
@@ -94,8 +94,8 @@
- To be added
- To be added
+
+
diff --git a/doc/en/Gtk/HButtonBox.xml b/doc/en/Gtk/HButtonBox.xml
index acbd7f3e6..f096c90a2 100644
--- a/doc/en/Gtk/HButtonBox.xml
+++ b/doc/en/Gtk/HButtonBox.xml
@@ -5,11 +5,12 @@
0.0.0.0
- To be added
+ HButtonBox is not a thread-safe object
- To be added
- To be added
-
+ A button box should be used to provide a consistent layout of buttons throughout your application. This box provides a way of laying out buttons horizontally.
+ The specific layout of buttons in this type of box is determined by the box's .
+ Methods for manipulating button boxes are provided in the super classes, and .
+
Gtk.ButtonBox
@@ -37,8 +38,8 @@
- To be added
- To be added
+ Destroy and free all resources used by this widget
+
@@ -49,10 +50,10 @@
- To be added
- To be added: an object of type 'uint'
- To be added: an object of type 'Gtk.HButtonBox'
- To be added
+ Internal constructor
+
+
+
@@ -63,10 +64,10 @@
- To be added
- To be added: an object of type 'IntPtr'
- To be added: an object of type 'Gtk.HButtonBox'
- To be added
+ Used for language bindings only.
+ A pointer to a GtkHButtonBox, as returned by the Gtk+ C API.
+ A C# Gtk.HButtonBox that wraps the parameter.
+ If you don't already know that you need this constructor, it should not be used.
@@ -75,9 +76,9 @@
- To be added
- To be added: an object of type 'Gtk.HButtonBox'
- To be added
+ The normal way to construct a horizontal button box
+ A new HBox
+
@@ -87,9 +88,9 @@
System.UInt32
- To be added
- To be added: an object of type 'uint'
- To be added
+ Get the type of this object, as registered with the GLib object system.
+ A number that uniquely identifies this type in the GLib object system.
+ Mostly for internal use.
diff --git a/doc/en/Gtk/VButtonBox.xml b/doc/en/Gtk/VButtonBox.xml
index 52e14c3ac..2b5bd57c3 100644
--- a/doc/en/Gtk/VButtonBox.xml
+++ b/doc/en/Gtk/VButtonBox.xml
@@ -5,10 +5,11 @@
0.0.0.0
- To be added
+ VButtonBox is not a thread-safe object
- To be added
- To be added
+ A button box should be used to provide a consistent layout of buttons throughout your application. This box provides a way of
+ The layout of buttons in this type of box is determined by the box's .
+ Methods for manipulating button boxes are provided in the super classes, and .
Gtk.ButtonBox
@@ -37,8 +38,8 @@
- To be added
- To be added
+ Destroy and free all resources used by this widget
+
@@ -49,11 +50,11 @@
- To be added
- To be added: an object of type 'uint'
- To be added: an object of type 'Gtk.VButtonBox'
- To be added
-
+ Internal constructor
+
+
+
+
@@ -63,10 +64,10 @@
- To be added
- To be added: an object of type 'IntPtr'
- To be added: an object of type 'Gtk.VButtonBox'
- To be added
+ Used for language bindings only.
+ A pointer to a GtkVButtonBox, as returned by the Gtk+ C API.
+ A C# Gtk.VButtonBox that wraps the parameter.
+ If you don't already know that you need this constructor, it should not be used.
@@ -75,9 +76,9 @@
- To be added
- To be added: an object of type 'Gtk.VButtonBox'
- To be added
+ The normal way to construct a vertical button box
+ A new VBox
+
@@ -87,9 +88,9 @@
System.UInt32
- To be added
- To be added: an object of type 'uint'
- To be added
+ Get the type of this object, as registered with the GLib object system.
+ A number that uniquely identifies this type in the GLib object system.
+ Mostly for internal use.