// List box item
class WXDLLEXPORT wxBitmap ;
+class WXDLLEXPORT wxRadioButton ;
class WXDLLEXPORT wxRadioBox: public wxControl
{
// implementation only from now on
// -------------------------------
- WXHWND *GetRadioButtons() const { return m_radioButtons; }
- bool ContainsHWND(WXHWND hWnd) const;
+ wxRadioButton *GetRadioButtons() const { return m_radioButtons; }
void SendNotificationEvent();
// get the number of buttons per column/row
protected:
void SubclassRadioButton(WXHWND hWndBtn);
- WXHWND * m_radioButtons;
+ wxRadioButton * m_radioButtons;
int m_majorDim;
int * m_radioWidth; // for bitmaps
int * m_radioHeight;