]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
Fixed interpretation of selection and added selection/check notification
[wxWidgets.git] / include / wx / msw / toplevel.h
index 3647a33b9b62a938f1267201014e7aa9d2ee8434..e36cedce9638f640ae061dd2b7d5dad6a083540e 100644 (file)
@@ -87,11 +87,6 @@ public:
     virtual bool MSWShouldPreProcessMessage(WXMSG* pMsg);
 #endif // __SMARTPHONE__ && __WXWINCE__
 
-#if defined(__SMARTPHONE__) || defined(__POCKETPC__)
-    // Soft Input Panel (SIP) change notification
-    virtual bool HandleSettingChange(WXWPARAM wParam, WXLPARAM lParam);
-#endif
-
     // translate wxWidgets flags to Windows ones
     virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle) const;