From fb74f1f04d6f760cdb0c12a346e49ce9d59de2de Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 12 Apr 2004 14:16:11 +0000 Subject: [PATCH] Contributions from Todd Berman svn path=/trunk/gtk-sharp/; revision=25364 --- doc/en/Gtk/Notebook.xml | 9 ++++---- doc/en/Gtk/NotebookPage.xml | 9 ++------ doc/en/Gtk/TextIter.xml | 44 ++++++++++++++++++------------------- 3 files changed, 29 insertions(+), 33 deletions(-) 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 succeeded To 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 succeeded To 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 buffer To 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.EndIter To be added @@ -1060,9 +1060,9 @@ - To be added + returns true if the iter is at the caret a - 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