]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/button.h
1. wxBitmap copy ctor and operator=() taking wxIcon added
[wxWidgets.git] / include / wx / msw / button.h
index 4d78ab2d4013e3290bcb529e17465c1828fa82e4..794d9f933733034dd9703c0d11995a81d5b23460 100644 (file)
@@ -49,8 +49,11 @@ public:
 
     virtual void SetDefault();
 
+    static wxSize GetDefaultSize();
+
     // 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,