]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/tglbtn.h
Handle WebKitWebView create-web-view.
[wxWidgets.git] / include / wx / osx / tglbtn.h
index 0a03538cdc0284cee68d2d7517d1a1d578180e2d..eaa48e8b8188ec47f8f8a49f4428795b21a3df16 100644 (file)
@@ -5,7 +5,6 @@
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     08.02.01
-// RCS-ID:      $Id$
 // Copyright:   (c) 2004 Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -47,7 +46,6 @@ public:
 
 protected:
     virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
-    virtual wxSize DoGetBestSize() const;
 
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxToggleButton)
@@ -79,9 +77,6 @@ public:
                 const wxValidator& validator = wxDefaultValidator,
                 const wxString& name = wxCheckBoxNameStr);
 
-protected:
-    virtual wxSize DoGetBestSize() const;
-
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxBitmapToggleButton)
 };