]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
correct access for virtuals
[wxWidgets.git] / include / wx / msw / toplevel.h
index e36cedce9638f640ae061dd2b7d5dad6a083540e..3647a33b9b62a938f1267201014e7aa9d2ee8434 100644 (file)
@@ -87,6 +87,11 @@ 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;