From be0cb0c02570b6f5714a40b8e9c7533d61cef46e Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 26 Dec 2006 07:13:57 +0000 Subject: [PATCH] Fix from vrrivaro@gmail.com svn path=/trunk/gtk-sharp/; revision=70066 --- doc/en/Gtk/ComboBoxEntry.xml | 9 +++++---- doc/en/Gtk/NodeStore.xml | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/en/Gtk/ComboBoxEntry.xml b/doc/en/Gtk/ComboBoxEntry.xml index 10d31108e..7aa7708c7 100644 --- a/doc/en/Gtk/ComboBoxEntry.xml +++ b/doc/en/Gtk/ComboBoxEntry.xml @@ -14,7 +14,8 @@ Gtk.ComboBox - + + @@ -80,8 +81,8 @@ Creates a new which has a as child and a list of strings as popup. - a - a + a which holds the data. + a which means the coluumn number (0 based) in the which contains the list of strings to display. @@ -141,4 +142,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/NodeStore.xml b/doc/en/Gtk/NodeStore.xml index ad7017101..2e01e92ff 100644 --- a/doc/en/Gtk/NodeStore.xml +++ b/doc/en/Gtk/NodeStore.xml @@ -42,7 +42,7 @@ This class provides a simple mechanism of implementing the Model required by the void PopulateStore () { - NodeStore store = new NodeStore (typeof (MyRow)); + NodeStore store = new NodeStore (typeof (DemoNode)); DemoNode my_node = new DemoNode ("Miguel de Icaza", "miguel@ximian.com"); store.AddNode (my_node); } @@ -57,7 +57,7 @@ Iteration: In new versions of Gtk# (2.0 and up) this class implements the @@ -205,4 +205,4 @@ Iteration: In new versions of Gtk# (2.0 and up) this class implements the - + \ No newline at end of file