]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/button.h
Added wxStrnicmp and to wchar.h, not yet for Unicode mode.
[wxWidgets.git] / include / wx / msw / button.h
index 6888ee443a158760f515c1a2ec1e2b30a1011b73..794d9f933733034dd9703c0d11995a81d5b23460 100644 (file)
@@ -53,6 +53,7 @@ public:
 
     // implementation from now on
     virtual void Command(wxCommandEvent& event);
+    virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     virtual WXHBRUSH OnCtlColor(WXHDC pDC,
                                 WXHWND pWnd,