]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobut.h
gave default value of wxID_ANY to id parameter of wxStaticLine ctor as nobody uses...
[wxWidgets.git] / include / wx / msw / radiobut.h
index b47ee2e241ed5fb7aae8d01c16cba9174e8ed0b4..da92a8e18fdd2f1ae4ed73989320950e918994c0 100644 (file)
@@ -52,6 +52,9 @@ public:
     // implementation only from now on
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     virtual void Command(wxCommandEvent& event);
+    virtual void ApplyParentThemeBackground(const wxColour& bg)
+        { SetBackgroundColour(bg); }
+
 
 protected:
     virtual wxSize DoGetBestSize() const;