]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobut.h
take the address of the member in wxON_BLOCK_EXIT_OBJ macros
[wxWidgets.git] / include / wx / msw / radiobut.h
index da92a8e18fdd2f1ae4ed73989320950e918994c0..287bce70cc75eebad48a820105a292ae141df034 100644 (file)
@@ -52,9 +52,7 @@ 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); }
-
+    virtual bool HasTransparentBackground() { return true; }
 
 protected:
     virtual wxSize DoGetBestSize() const;