]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checkbox.h
activating DrawRectangle optimization
[wxWidgets.git] / include / wx / gtk / checkbox.h
index a3631debaf62d8127a70e8a6734f1ca21345772c..d9edb0a356ff7351e9a63845d334e932dbc048c0 100644 (file)
@@ -18,6 +18,7 @@ class WXDLLIMPEXP_CORE wxCheckBox : public wxCheckBoxBase
 {
 public:
     wxCheckBox();
+    ~wxCheckBox();
     wxCheckBox( wxWindow *parent, wxWindowID id, const wxString& label,
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize, long style = 0,
@@ -49,7 +50,6 @@ public:
     void GTKEnableEvents();
 
 protected:
-    virtual wxSize DoGetBestSize() const;
     virtual void DoApplyWidgetStyle(GtkRcStyle *style);
     virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;