]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
always return 471 from wxApp::GetComCtl32Version() under CE as its commctrl.dll inclu...
[wxWidgets.git] / include / wx / msw / radiobox.h
index 6ff07ce3d9fc2239228d61eae2ce21d2d243efb2..c2c13ee7308d0be2ea06c4f2aa928b5fc38f24a1 100644 (file)
@@ -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(); }
@@ -158,7 +160,10 @@ protected:
 
     // the buttons we contain
     wxSubwindows *m_radioButtons;
-    wxWindowIDRef *m_radioButtonIds;
+
+    // and the special dummy button used only as a tab group boundary
+    WXHWND m_dummyHwnd;
+    wxWindowIDRef m_dummyId;
 
     // array of widths and heights of the buttons, may be wxDefaultCoord if the
     // corresponding quantity should be computed