/////////////////////////////////////////////////////////////////////////////
-// Name: xh_radbx.h
+// Name: wx/xrc/xh_radbx.h
// Purpose: XML resource handler for radio box
// Author: Bob Mitchell
// Created: 2000/03/21
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_