X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..6a5c9b3ff71334ed30bd9ae15425a1ca8ae71174:/include/wx/xrc/xh_radbx.h diff --git a/include/wx/xrc/xh_radbx.h b/include/wx/xrc/xh_radbx.h index c68da5a3b4..508883350d 100644 --- a/include/wx/xrc/xh_radbx.h +++ b/include/wx/xrc/xh_radbx.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_radbx.h +// Name: wx/xrc/xh_radbx.h // Purpose: XML resource handler for radio box // Author: Bob Mitchell // Created: 2000/03/21 @@ -24,9 +24,18 @@ public: 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_