]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checkbox.h
minor changes as per RN comments - add some comments and reorder a switch stmt.
[wxWidgets.git] / include / wx / gtk / checkbox.h
index 555a708d26956d024700e6c9173dc4cc92a6fbe4..e48a04893834c61d3a3b645f3a62e20ea4d4be5b 100644 (file)
@@ -43,7 +43,7 @@ public:
 
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
-    
+
     // implementation
     // --------------
 
@@ -59,10 +59,8 @@ public:
 protected:
     virtual wxSize DoGetBestSize() const;
 
-#ifdef __WXGTK20__
     void DoSet3StateValue(wxCheckBoxState state);
     wxCheckBoxState DoGet3StateValue() const;
-#endif
 
 private:
     DECLARE_DYNAMIC_CLASS(wxCheckBox)