[gtkmm] Entry: Remove get_text_window() and get_icon_window().
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Entry: Remove get_text_window() and get_icon_window().
- Date: Fri, 22 Oct 2010 10:49:28 +0000 (UTC)
commit 7d4c33d2e8c469b3a675135af3408c5197275fcf
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Oct 22 12:49:05 2010 +0200
Entry: Remove get_text_window() and get_icon_window().
* gtk/src/entry.hg: Don't wrap theses functions recently removed from GTK+.
ChangeLog | 6 ++++++
gtk/src/entry.hg | 7 -------
2 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index cae0d96..b5b267e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-22 Murray Cumming <murrayc murrayc com>
+
+ Entry: Remove get_text_window() and get_icon_window().
+
+ * gtk/src/entry.hg: Don't wrap theses functions recently removed from GTK+.
+
2010-10-21 Murray Cumming <murrayc murrayc com>
Fix the build with latest GTK+.
diff --git a/gtk/src/entry.hg b/gtk/src/entry.hg
index a807f7f..dc86b47 100644
--- a/gtk/src/entry.hg
+++ b/gtk/src/entry.hg
@@ -68,9 +68,6 @@ public:
_WRAP_METHOD(Glib::RefPtr<const EntryBuffer> get_buffer() const, gtk_entry_get_buffer, refreturn, constversion)
_WRAP_METHOD(void set_buffer(const Glib::RefPtr<EntryBuffer>& buffer), gtk_entry_set_buffer)
-
- _WRAP_METHOD(Glib::RefPtr<Gdk::Window> get_text_window(), gtk_entry_get_text_window, refreturn)
- _WRAP_METHOD(Glib::RefPtr<const Gdk::Window> get_text_window() const, gtk_entry_get_text_window, refreturn, constversion)
_WRAP_METHOD(void set_visibility(bool visible = true), gtk_entry_set_visibility)
_WRAP_METHOD(bool get_visibility() const, gtk_entry_get_visibility)
_WRAP_METHOD(void set_invisible_char(gunichar ch), gtk_entry_set_invisible_char)
@@ -169,10 +166,6 @@ public:
_IGNORE(gtk_entry_set_icon_drag_source)
_WRAP_METHOD(int get_current_icon_drag_source(), gtk_entry_get_current_icon_drag_source)
-
- _WRAP_METHOD(Glib::RefPtr<Gdk::Window> get_icon_window(EntryIconPosition icon_pos = ENTRY_ICON_PRIMARY), gtk_entry_get_icon_window, refreturn)
- _WRAP_METHOD(Glib::RefPtr<const Gdk::Window> get_icon_window(EntryIconPosition icon_pos = ENTRY_ICON_PRIMARY) const, gtk_entry_get_icon_window, refreturn, constversion)
-
_WRAP_METHOD(bool im_context_filter_keypress(GdkEventKey* event), gtk_entry_im_context_filter_keypress)
_WRAP_METHOD(void reset_im_context(), gtk_entry_reset_im_context)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]