[gtkmm] Entry: Added im_context_filter_keypress().



commit 8767df080ba772fd81a1806d39eb257304281707
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jun 16 22:23:21 2010 +0200

    Entry: Added im_context_filter_keypress().
    
    * gtk/src/entry.hg: Added im_context_filter_keypress(), new in gtk+ 2.22.

 ChangeLog        |    6 ++++++
 gtk/src/entry.hg |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9aa7654..684a6f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-06-16  Murray Cumming  <murrayc murrayc com>
 
+	Entry: Added im_context_filter_keypress().
+
+	* gtk/src/entry.hg: Added im_context_filter_keypress(), new in gtk+ 2.22.
+
+2010-06-16  Murray Cumming  <murrayc murrayc com>
+
 	Menu::popup and ComboBox::popup(): Add optional device parameter.
 
 	* gtk/src/combobox.hg: popup_for_device(): Rename to popup(). The extra 
diff --git a/gtk/src/entry.hg b/gtk/src/entry.hg
index 9996e1f..ec2c243 100644
--- a/gtk/src/entry.hg
+++ b/gtk/src/entry.hg
@@ -173,6 +173,7 @@ public:
   _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)
 
   _WRAP_SIGNAL(void populate_popup(Menu* menu), "populate_popup")



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