[gtkmm/2.91.1_fixes: 2/3] ComboBox: Remove set_popup_fixed_width() because it is in GTK+.



commit 229bcd35b644690bead2fc98545cc050c9a48a5c
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Oct 21 10:43:44 2010 +0200

    ComboBox: Remove set_popup_fixed_width() because it is in GTK+.
    
    * gtk/src/combobox.hg: Remove get/set_popup_fixed_width() because it was
    added after GTK+ 2.91.1.
    * gtk/src/comboboxtext.[hg|ccg]: Add clear_items() and set_active_text(),
    actually adding these files to git.

 ChangeLog           |    9 +++++++++
 gtk/src/combobox.hg |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f130d02..6746830 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-21  Murray Cumming  <murrayc murrayc com>
+
+	ComboBox: Remove set_popup_fixed_width() because it is in GTK+.
+
+	* gtk/src/combobox.hg: Remove get/set_popup_fixed_width() because it was
+	added after GTK+ 2.91.1.
+	* gtk/src/comboboxtext.[hg|ccg]: Add clear_items() and set_active_text(),
+	actually adding these files to git.
+
 2.91.1:
 
 2010-10-18  Murray Cumming  <murrayc murrayc com>
diff --git a/gtk/src/combobox.hg b/gtk/src/combobox.hg
index 0d1cc97..f3a75cb 100644
--- a/gtk/src/combobox.hg
+++ b/gtk/src/combobox.hg
@@ -159,8 +159,8 @@ public:
 
   _WRAP_METHOD(int get_entry_text_column() const, gtk_combo_box_get_entry_text_column)
 
-  _WRAP_METHOD(void set_popup_fixed_width(bool fixed = true), gtk_combo_box_set_popup_fixed_width )
-  _WRAP_METHOD(bool get_popup_fixed_width() const, gtk_combo_box_get_popup_fixed_width)
+  //: Added after GTK+ 2.91.1: _WRAP_METHOD(void set_popup_fixed_width(bool fixed = true), gtk_combo_box_set_popup_fixed_width )
+  //_WRAP_METHOD(bool get_popup_fixed_width() const, gtk_combo_box_get_popup_fixed_width)
 
   _WRAP_METHOD(void popup(), gtk_combo_box_popup)
   _WRAP_METHOD(void popup(const Glib::RefPtr<Gdk::Device>& device), gtk_combo_box_popup_for_device)



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