From 8cceacfe9d069fb2473a4bfe4c0dde76b17b4806 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 28 Aug 2006 21:37:51 +0000 Subject: [PATCH] Patch from nanananini@gmail.com svn path=/trunk/gtk-sharp/; revision=64499 --- doc/en/Gtk/ComboBox.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/en/Gtk/ComboBox.xml b/doc/en/Gtk/ComboBox.xml index 7808ed645..6bc5c80e1 100644 --- a/doc/en/Gtk/ComboBox.xml +++ b/doc/en/Gtk/ComboBox.xml @@ -537,10 +537,8 @@ Default value: 0 Will unset a previously set model (if applicable). If model is , then it will unset the model. - - setting the model does not clear the cell renderers, you have to call yourself if you need to set up different cell renderers for the new model. - - +setting the model does not clear the cell renderers, you have to call yourself if you need to set up different cell renderers for the new model. + @@ -667,9 +665,12 @@ Default value: 0 - Returns the text that is currently selected in the ComboBox. + The currently active string in . a - To be added + + if no active item is selected. +You can only use this function with combo boxes constructed with . + @@ -840,4 +841,4 @@ Default value: 0 - + \ No newline at end of file