]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/radiobut.h
Define SQLUINTEGER
[wxWidgets.git] / include / wx / palmos / radiobut.h
index db4746f1d311a5fefe22c959dc626501666e61f0..21a67013241e4c846c223d06fadd7f6eb1076714 100644 (file)
@@ -56,10 +56,6 @@ public:
     // send a notification event, return true if processed
     bool SendClickEvent();
 
-    virtual void ApplyParentThemeBackground(const wxColour& bg)
-        { SetBackgroundColour(bg); }
-
-
 protected:
     virtual wxSize DoGetBestSize() const;
 
@@ -70,7 +66,7 @@ private:
     uint8_t m_groupID;
 
     // pushButtonCtl or checkboxCtl
-    ControlStyleType m_radioStyle;
+    int m_radioStyle;
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxRadioButton)
 };