]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/button.h
removed unused wxUSE_XXX options (patch 1759328)
[wxWidgets.git] / include / wx / msw / button.h
index f777710dadfd91a4abdbfe556dddcc8042997a55..7fc7e0f0a215260158381fd46cf384f44a81b4cc 100644 (file)
@@ -43,7 +43,7 @@ public:
 
     virtual ~wxButton();
 
-    virtual void SetDefault();
+    virtual wxWindow *SetDefault();
 
     // implementation from now on
     virtual void Command(wxCommandEvent& event);
@@ -55,6 +55,7 @@ public:
     virtual bool SetForegroundColour(const wxColour &colour);
 
     virtual bool MSWOnDraw(WXDRAWITEMSTRUCT *item);
+    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
 private:
     void MakeOwnerDrawn();
@@ -72,7 +73,6 @@ protected:
 
     // usually overridden base class virtuals
     virtual wxSize DoGetBestSize() const;
-    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const ;
 
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxButton)