]> git.saurik.com Git - wxWidgets.git/commitdiff
key/char event changes for inline editing (japanese/hirgana etc)
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 25 Jan 2006 12:55:33 +0000 (12:55 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 25 Jan 2006 12:55:33 +0000 (12:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/app.h

index 54e61575dcf201f4a5e83c9e9123a74b38e65ed9..96a293e5483381f802c8f165cb1f24988280d481 100644 (file)
@@ -130,7 +130,8 @@ public:
 
     bool    MacSendKeyDownEvent( wxWindow* focus , long keyval , long modifiers , long when , short wherex , short wherey , wxChar uniChar ) ;
     bool    MacSendKeyUpEvent( wxWindow* focus , long keyval , long modifiers , long when , short wherex , short wherey , wxChar uniChar ) ;
-
+    bool    MacSendCharEvent( wxWindow* focus , long keymessage , long modifiers , long when , short wherex , short wherey , wxChar uniChar ) ;
+    void    MacCreateKeyEvent( wxKeyEvent& event, wxWindow* focus , long keymessage , long modifiers , long when , short wherex , short wherey , wxChar uniChar ) ;
     virtual short         MacHandleAEODoc(const WXAPPLEEVENTREF event , WXAPPLEEVENTREF reply) ;
     virtual short         MacHandleAEPDoc(const WXAPPLEEVENTREF event , WXAPPLEEVENTREF reply) ;
     virtual short         MacHandleAEOApp(const WXAPPLEEVENTREF event , WXAPPLEEVENTREF reply) ;