]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
extracted the part of ProcessEvent() which is repeated multiple times during the...
[wxWidgets.git] / include / wx / msw / radiobox.h
index 86a837aa9f1fa460c14b70bd2f1ba74a4229c274..a0809e76fcce2e4d53a67708b19c9208f29bd103 100644 (file)
@@ -20,7 +20,7 @@ class WXDLLIMPEXP_FWD_CORE wxSubwindows;
 // wxRadioBox
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxRadioBox : public wxStaticBox, public wxRadioBoxBase
+class WXDLLIMPEXP_CORE wxRadioBox : public wxStaticBox, public wxRadioBoxBase
 {
 public:
     wxRadioBox() { Init(); }
@@ -111,6 +111,8 @@ public:
     }
 #endif // wxUSE_HELP
 
+    virtual bool Reparent(wxWindowBase *newParent);
+
     // we inherit a version always returning false from wxStaticBox, override
     // it to behave normally
     virtual bool AcceptsFocus() const { return wxControl::AcceptsFocus(); }