]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobut.h
removed GSocket_[Un]Streamed(), GSocket_SetNonOriented() must be used instead
[wxWidgets.git] / include / wx / msw / radiobut.h
index b04f477ae62870592c14f37c79fe1d38af9123fe..da92a8e18fdd2f1ae4ed73989320950e918994c0 100644 (file)
@@ -52,7 +52,9 @@ public:
     // implementation only from now on
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     virtual void Command(wxCommandEvent& event);
-    virtual bool CanApplyParentThemeBackground() const { return true; }
+    virtual void ApplyParentThemeBackground(const wxColour& bg)
+        { SetBackgroundColour(bg); }
+
 
 protected:
     virtual wxSize DoGetBestSize() const;