]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobut.h
Applied slightly-modified patch 1826540 from Gareth Simpson.
[wxWidgets.git] / include / wx / msw / radiobut.h
index b04f477ae62870592c14f37c79fe1d38af9123fe..43a8e30e328989654e99ac054b749b371b1abe91 100644 (file)
 #ifndef _WX_RADIOBUT_H_
 #define _WX_RADIOBUT_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "radiobut.h"
-#endif
-
 class WXDLLEXPORT wxRadioButton: public wxControl
 {
 public:
@@ -52,7 +48,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 bool HasTransparentBackground() { return true; }
+
+    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
 protected:
     virtual wxSize DoGetBestSize() const;