[gtkmm] ComboBoxText: Documentation: Correct the overview.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] ComboBoxText: Documentation: Correct the overview.
- Date: Fri, 14 Jan 2011 22:52:02 +0000 (UTC)
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]