]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobut.h
For wxMSW capture and release the mouse as the cursor moves out or
[wxWidgets.git] / include / wx / msw / radiobut.h
index 207ea21dbb5824f701c9f651c7817bd2282efe34..287bce70cc75eebad48a820105a292ae141df034 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_RADIOBUT_H_
@@ -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;