]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checkbox.h
Added wxWindow::DoMoveWindow(..)
[wxWidgets.git] / include / wx / gtk / checkbox.h
index 412b3663b2e0626137086c96f95ad885b9d608b4..562f783397d99b21a7929aa2bba141f4e4fb59c7 100644 (file)
@@ -66,6 +66,8 @@ public:
     bool Enable( bool enable );
 
     // implementation
+    // --------------
+
     void ApplyWidgetStyle();
     bool IsOwnGtkWindow( GdkWindow *window );
     void OnInternalIdle();
@@ -73,6 +75,9 @@ public:
     GtkWidget *m_widgetCheckbox;
     GtkWidget *m_widgetLabel;
     
+protected:
+    virtual wxSize DoGetBestSize() const;
+
 private:
     DECLARE_DYNAMIC_CLASS(wxCheckBox)
 };