#endif // WXWIN_COMPATIBILITY
protected:
+ // subclass one radio button
void SubclassRadioButton(WXHWND hWndBtn);
+ // get the max size of radio buttons
+ wxSize GetMaxButtonSize() const;
+
+ // get the total size occupied by the radio box buttons
+ wxSize GetTotalButtonSize(const wxSize& sizeBtn) const;
+
WXHWND * m_radioButtons;
int m_majorDim;
int * m_radioWidth; // for bitmaps
virtual void DoSetSize(int x, int y,
int width, int height,
int sizeFlags = wxSIZE_AUTO);
+ virtual wxSize DoGetBestSize() const;
};
#endif