]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_radbx.h
Fixed typos in comments (patch #1515724)
[wxWidgets.git] / include / wx / xrc / xh_radbx.h
index 24e4ae449a89bf251b84c7e389bf6744d3e38c87..a61ea262ad350e908bc20f167522d156b7cdd487 100644 (file)
 #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_