[gtkmm] Revert the previous commit's removal of newer ComboBox methods.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Revert the previous commit's removal of newer ComboBox methods.
- Date: Thu, 2 Dec 2010 09:15:28 +0000 (UTC)
commit 4ea5c5edffdc0c4f6011e6d235fc3e9b1d23add2
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Dec 2 10:15:22 2010 +0100
Revert the previous commit's removal of newer ComboBox methods.
* gtk/src/combobox.hg: Added methods back now that we have a release that
builds.
ChangeLog | 9 ++++++++-
gtk/src/combobox.hg | 8 ++++----
2 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1a54cc2..e8a3d62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+2010-12-02 Murray Cumming <murrayc murrayc com>>
+
+ Revert the previous commit's removal of newer ComboBox methods.
+
+ * gtk/src/combobox.hg: Added methods back now that we have a release that
+ builds.
+
2.91.5.1:
-2010-12-02 Murray Cumming <murrayc murrayc-desktop>
+2010-12-02 Murray Cumming <murrayc murrayc com>>
Temporarily remove methods that use GTK+ function not in GTK+ 2.91.5.
diff --git a/gtk/src/combobox.hg b/gtk/src/combobox.hg
index fd2a40e..3e2d925 100644
--- a/gtk/src/combobox.hg
+++ b/gtk/src/combobox.hg
@@ -169,10 +169,10 @@ public:
_WRAP_METHOD(Glib::RefPtr<Atk::Object> get_popup_accessible(), gtk_combo_box_get_popup_accessible, ifdef GTKMM_ATKMM_ENABLED)
_WRAP_METHOD(Glib::RefPtr<const Atk::Object> get_popup_accessible() const, gtk_combo_box_get_popup_accessible, constversion, ifdef GTKMM_ATKMM_ENABLED)
- //_WRAP_METHOD(int get_id_column() const, gtk_combo_box_get_id_column)
- //_WRAP_METHOD(void set_id_column(int id_column), gtk_combo_box_set_id_column)
- //_WRAP_METHOD(Glib::ustring get_active_id() const, gtk_combo_box_get_active_id)
- //_WRAP_METHOD(void get_active_id(const Glib::ustring& active_id), gtk_combo_box_set_active_id)
+ _WRAP_METHOD(int get_id_column() const, gtk_combo_box_get_id_column)
+ _WRAP_METHOD(void set_id_column(int id_column), gtk_combo_box_set_id_column)
+ _WRAP_METHOD(Glib::ustring get_active_id() const, gtk_combo_box_get_active_id)
+ _WRAP_METHOD(void get_active_id(const Glib::ustring& active_id), gtk_combo_box_set_active_id)
_IGNORE(gtk_combo_box_append_text, gtk_combo_box_insert_text, gtk_combo_box_prepend_text, gtk_combo_box_remove_text, gtk_combo_box_get_active_text) //deprecated
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]