diff --git a/doc/en/Gnome/CanvasItem.xml b/doc/en/Gnome/CanvasItem.xml
index 2ece65663..3ad7da7a4 100644
--- a/doc/en/Gnome/CanvasItem.xml
+++ b/doc/en/Gnome/CanvasItem.xml
@@ -303,7 +303,6 @@
-
Method
@@ -320,7 +319,6 @@
-
Method
@@ -414,7 +412,6 @@
-
Constructor
@@ -456,11 +453,12 @@
-
+
GLib.Property(Name="parent")
-
+
+
Event
@@ -479,11 +477,12 @@
-
+
GLib.Signal(CName="event")
-
+
+
Property
@@ -525,11 +524,12 @@
a
Chain to this constructor if you have manually registered a native value for your subclass.
-
+
System.Obsolete(Message=null, IsError=False)
-
+
+
Constructor
@@ -624,7 +624,7 @@
- To be added
+ Renders the CanvasItem when using an anti-aliased GnomeCanvas.
a
To be added
@@ -706,7 +706,7 @@
To be added
-
+
Method
@@ -721,7 +721,7 @@
To be added.
-
+
Method
@@ -737,4 +737,4 @@
-
+
\ No newline at end of file
diff --git a/doc/en/Gtk/Button.xml b/doc/en/Gtk/Button.xml
index 6dbbd490e..286d0c358 100644
--- a/doc/en/Gtk/Button.xml
+++ b/doc/en/Gtk/Button.xml
@@ -387,7 +387,16 @@ public class ButtonApp {
Creates a new containing the image and text from a stock item.
a
- The valid names of Stock items can be found in the class.
+ The valid names of Stock items can be found in the class.
+
+
+
+This for example creates a stock OK button:
+
+
+ Button b = new Button (Stock.Ok);
+
+
@@ -662,4 +671,4 @@ public class ButtonApp {
-
+
\ No newline at end of file
diff --git a/doc/en/Gtk/Dialog.xml b/doc/en/Gtk/Dialog.xml
index 382100d0f..e46dd52d3 100644
--- a/doc/en/Gtk/Dialog.xml
+++ b/doc/en/Gtk/Dialog.xml
@@ -181,7 +181,7 @@ namespace GtkDialogSample
- Waits for the event or the to be detroyed.
+ Waits for the event or the to be destroyed.
an object of type .
@@ -547,4 +547,4 @@ namespace GtkDialogSample
-
+
\ No newline at end of file