/////////////////////////////////////////////////////////////////////////////
-// Name: xh_radbx.h
+// Name: wx/xrc/xh_radbx.h
// Purpose: XML resource handler for radio box
// Author: Bob Mitchell
// Created: 2000/03/21
// the items labels
wxArrayString labels;
- // the items tooltips (some or all elements may be empty)
+ // the items tooltips
wxArrayString tooltips;
+
+ // the item help text
+ wxArrayString helptexts;
+ wxArrayInt helptextSpecified;
};
#endif // wxUSE_RADIOBOX