]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/radiobox.h
adding OS level Window Menu by default
[wxWidgets.git] / include / wx / palmos / radiobox.h
index f98c57b851138f73f4ca7ab0dc4f8d70be40fcb6..337e52a69ff6d6b288a982cf5cf00586c56566bc 100644 (file)
@@ -137,9 +137,6 @@ public:
     int GetNumVer() const;
     int GetNumHor() const;
 
-    virtual void ApplyParentThemeBackground(const wxColour& bg)
-        { SetBackgroundColour(bg); }
-
 protected:
     // we can't compute our best size before the items are added to the control
     virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { }
@@ -163,7 +160,7 @@ protected:
 private:
 
     void Init();
-    wxRadioButton *GetRadioButton(int i);
+    wxRadioButton *GetRadioButton(int i) const;
 
     wxPoint m_pos;
     wxSize m_size;