]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/checkbox.h
Missing includes.
[wxWidgets.git] / include / wx / gtk1 / checkbox.h
index 0fefb3c67cf9eb397ce089d95a20c8aee2145d25..1e143d15d0a218f503019af2c32cd3f4e7f8e8d7 100644 (file)
@@ -18,7 +18,7 @@
 // wxCheckBox
 // ----------------------------------------------------------------------------
 
-class wxCheckBox : public wxCheckBoxBase
+class WXDLLIMPEXP_CORE wxCheckBox : public wxCheckBoxBase
 {
 public:
     wxCheckBox();
@@ -51,7 +51,7 @@ public:
     // implementation
     // --------------
 
-    void ApplyWidgetStyle();
+    void DoApplyWidgetStyle(GtkRcStyle *style);
     bool IsOwnGtkWindow( GdkWindow *window );
     void OnInternalIdle();
 
@@ -63,6 +63,11 @@ public:
 protected:
     virtual wxSize DoGetBestSize() const;
 
+#ifdef __WXGTK20__
+    void DoSet3StateValue(wxCheckBoxState state);
+    wxCheckBoxState DoGet3StateValue() const;
+#endif
+
 private:
     DECLARE_DYNAMIC_CLASS(wxCheckBox)
 };