From d8357c4b759720da70205725bc2bfda35d5eb34d Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 2 Nov 2007 22:09:40 +0000 Subject: [PATCH] Contribtuions from juri@iki.fi svn path=/trunk/gtk-sharp/; revision=88752 --- doc/en/Gtk/ListStore.xml | 6 +++--- doc/en/Gtk/Notebook.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/en/Gtk/ListStore.xml b/doc/en/Gtk/ListStore.xml index 328567647..1c5866883 100644 --- a/doc/en/Gtk/ListStore.xml +++ b/doc/en/Gtk/ListStore.xml @@ -1552,9 +1552,9 @@ The above example creates a new three columns list store. The types of the colum - Returns a for the current instance. + Returns a for the current instance. The enumerated items are object arrays containing the column values for each row. - a + A enumerating items of type []. If the elements of the current instance are modified while an enumeration is in progress, a call to or throws . @@ -1582,4 +1582,4 @@ The above example creates a new three columns list store. The types of the colum - + \ No newline at end of file diff --git a/doc/en/Gtk/Notebook.xml b/doc/en/Gtk/Notebook.xml index 68f8499a2..6caba92d1 100644 --- a/doc/en/Gtk/Notebook.xml +++ b/doc/en/Gtk/Notebook.xml @@ -1088,7 +1088,7 @@ Don't forget to call the Show method on the widget or else the new page will not Appends a page. The to use as the contents of the page. The to be used as the label for the page, or to use the default label, 'page N'. - a + A specifying the index (starting from 0) of the appended page in the notebook, or -1 if the method fails. Appends a page to notebook. The tab widget is the and the content is . @@ -1342,4 +1342,4 @@ Don't forget to call the Show method on the widget or else the new page will not - + \ No newline at end of file