[gtkmm] ComboBoxText: Documentation: Correct the overview.



commit e9d77686ef8d84960fd98719a8791b4f2a15829f
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Jan 14 23:51:54 2011 +0100

    ComboBoxText: Documentation: Correct the overview.
    
    * gtk/src/comboboxtext.hg: Mention append(), etc, instead of
    append_text(), etc.
    Bug #638405 (Dingeman van der Laan)

 ChangeLog               |    8 ++++++++
 gtk/src/comboboxtext.hg |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1c3033e..6e4d639 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-14  Murray Cumming  <murrayc murrayc com>
+
+	ComboBoxText: Documentation: Correct the overview.
+
+	* gtk/src/comboboxtext.hg: Mention append(), etc, instead of 
+	append_text(), etc.
+	Bug #638405 (Dingeman van der Laan)
+
 2011-01-13  Murray Cumming  <murrayc murrayc com>
 
 	Window: Correct my broken begin_drag() implementation.
diff --git a/gtk/src/comboboxtext.hg b/gtk/src/comboboxtext.hg
index adf9f60..df2980b 100644
--- a/gtk/src/comboboxtext.hg
+++ b/gtk/src/comboboxtext.hg
@@ -27,7 +27,7 @@ namespace Gtk
 {
 
 /** This is a simple variant of ComboBox that hides the model-view complexity for simple text-only use cases.
- * You can add items to a ComboBoxText with append_text(), insert_text() or prepend_text() and remove items with remove_text().
+ * You can add items to a ComboBoxText with append(), insert() or prepend() and remove items with remove_text().
  *
  * @ingroup Widgets
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]