]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_radbx.h
fix the tests to pass with both gcc and msvc (2nd part of patch 1462778)
[wxWidgets.git] / include / wx / xrc / xh_radbx.h
index 72915ffe67a0ed7f89c5336a8af903999ff41a73..ac1c14b1d7744ae08aa2556826931cfd17fcc200 100644 (file)
 #ifndef _WX_XH_RADBX_H_
 #define _WX_XH_RADBX_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "xh_radbx.h"
-#endif
-
 #include "wx/xrc/xmlres.h"
 
 #if wxUSE_RADIOBOX
@@ -28,9 +24,14 @@ public:
     virtual bool CanHandle(wxXmlNode *node);
 private:
     bool m_insideBox;
-    wxArrayString strList;
+
+    // the items labels
+    wxArrayString labels;
+
+    // the items tooltips (some or all elements may be empty)
+    wxArrayString tooltips;
 };
 
-#endif
+#endif // wxUSE_RADIOBOX
 
 #endif // _WX_XH_RADBX_H_