X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0c9ff74f050981e989f09cf5f5d27044b807e73a..7cf41a5d66bec0a1297f1417852647aa353a148f:/include/wx/xrc/xh_radbx.h diff --git a/include/wx/xrc/xh_radbx.h b/include/wx/xrc/xh_radbx.h index 24e4ae449a..a61ea262ad 100644 --- a/include/wx/xrc/xh_radbx.h +++ b/include/wx/xrc/xh_radbx.h @@ -11,10 +11,6 @@ #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 @@ -28,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_