#ifndef _WX_XH_RADBX_H_
#define _WX_XH_RADBX_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "xh_radbx.h"
-#endif
-
#include "wx/xrc/xmlres.h"
#if wxUSE_RADIOBOX
virtual bool CanHandle(wxXmlNode *node);
private:
bool m_insideBox;
- wxArrayString strList;
+
+ // the items labels
+ wxArrayString labels;
+
+ // the items tooltips
+ wxArrayString tooltips;
+
+ // the item help text
+ wxArrayString helptexts;
+ wxArrayInt helptextSpecified;
};
-#endif
+#endif // wxUSE_RADIOBOX
#endif // _WX_XH_RADBX_H_