store ids of sub-items directly in wxSubwindows instead of using a parallel data structure (patch 1865577)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-01-07 01:54:33 +00:00
parent fb25206791
commit 52ca4ec419
5 changed files with 59 additions and 28 deletions

View File

@@ -158,7 +158,9 @@ protected:
// the buttons we contain
wxSubwindows *m_radioButtons;
wxWindowIDRef *m_radioButtonIds;
// and the special dummy button used only as a tab group boundary
wxSubwindows *m_dummyButton;
// array of widths and heights of the buttons, may be wxDefaultCoord if the
// corresponding quantity should be computed