diff --git a/doc/en/Gtk/Notebook.xml b/doc/en/Gtk/Notebook.xml
index 16cb0db10..5db70babf 100644
--- a/doc/en/Gtk/Notebook.xml
+++ b/doc/en/Gtk/Notebook.xml
@@ -1058,10 +1058,11 @@ class NotebookSample
- To be added
- a
- a
- To be added
+ Returns the page number that a child exists on.
+
+ to look for.
+ Page number that the widget exists on, -1 if the widget isn't in the notebook.
+ This function returns -1 if the is not a direct child of the notebook.
diff --git a/doc/en/Gtk/NotebookPage.xml b/doc/en/Gtk/NotebookPage.xml
index a4e8416ed..658589d42 100644
--- a/doc/en/Gtk/NotebookPage.xml
+++ b/doc/en/Gtk/NotebookPage.xml
@@ -10,14 +10,9 @@
Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
- Notebook page
+ This class has been deprecated.
- The Notebook page is a widget used to store and
- represent a single page of a
- Usually it will contain a but it
- can contain other widgets giving the developer the possibility
- to use custom widgets.
-
+ This class has been deprecated. The PageNum function that used to exist here is now
diff --git a/doc/en/Gtk/TextIter.xml b/doc/en/Gtk/TextIter.xml
index 0babe2d6d..d0c4eee47 100644
--- a/doc/en/Gtk/TextIter.xml
+++ b/doc/en/Gtk/TextIter.xml
@@ -141,8 +141,8 @@
- To be added
- To be added: an object of type 'bool'
+ Moves the iterator backward one line
+ true if the operation succeeded.To be added
@@ -263,9 +263,9 @@
- To be added
- To be added: an object of type 'int'
- To be added: an object of type 'bool'
+ Moves the iterator back a number of lines.
+ number of lines to move backwards.
+ true if the operation succeeded.To be added
@@ -277,8 +277,8 @@
- To be added
- To be added: an object of type 'bool'
+ Returns true if the iterator is at the end of a line.
+ true if the iterator is at the end of a line.To be added
@@ -529,9 +529,9 @@
- To be added
- To be added: an object of type 'int'
- To be added: an object of type 'bool'
+ Moves the iterator back a number of characters.
+ number of characters to move backwards.
+ true if the operation succeededTo be added
@@ -688,8 +688,8 @@
- To be added
- To be added: an object of type 'bool'
+ Moves the iterator back one character
+ true if the operation succeededTo be added
@@ -852,9 +852,9 @@
- To be added
- To be added: an object of type 'int'
- To be added: an object of type 'int'
+ Line number the iterator is currently on.
+ Moves the iterator to this line number.
+ The line number the iterator is currently on.To be added
@@ -973,8 +973,8 @@
Gtk.TextBuffer
- To be added
- To be added: an object of type 'Gtk.TextBuffer'
+ Obtains the buffer the iter is in
+ containing bufferTo be added
@@ -1034,8 +1034,8 @@
- To be added
- a
+ Returns true if the iterator is at the end of the parent
+ true if the iterator is equal to Buffer.EndIterTo be added
@@ -1060,9 +1060,9 @@
- To be added
+ returns true if the iter is at the careta
- To be added
+ returns true if this iterator equals the iterator returned by Buffer.GetIterAtMark (Buffer.InsertMark)
@@ -1121,4 +1121,4 @@
-
+
\ No newline at end of file