]> 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 1e143d15d0a218f503019af2c32cd3f4e7f8e8d7..e48a04893834c61d3a3b645f3a62e20ea4d4be5b 100644 (file)
 #ifndef __GTKCHECKBOXH__
 #define __GTKCHECKBOXH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
 // ----------------------------------------------------------------------------
 // wxCheckBox
 // ----------------------------------------------------------------------------
@@ -47,7 +43,7 @@ public:
 
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
-    
+
     // implementation
     // --------------
 
@@ -63,10 +59,8 @@ public:
 protected:
     virtual wxSize DoGetBestSize() const;
 
-#ifdef __WXGTK20__
     void DoSet3StateValue(wxCheckBoxState state);
     wxCheckBoxState DoGet3StateValue() const;
-#endif
 
 private:
     DECLARE_DYNAMIC_CLASS(wxCheckBox)