]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobut.h
use GlobalPtrLock (modified to allow not initializing it if the ptr is NULL) in wxGet...
[wxWidgets.git] / include / wx / msw / radiobut.h
index af598b94510928c3c1700f29aeb4885bbb3cc2cf..e5959d494b7579e40b2862fe7d4450537f6d8d1c 100644 (file)
@@ -50,7 +50,10 @@ public:
     virtual void Command(wxCommandEvent& event);
     virtual bool HasTransparentBackground() { return true; }
 
+    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+
 protected:
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
     virtual wxSize DoGetBestSize() const;
 
 private: