]> 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 ac1c14b1d7744ae08aa2556826931cfd17fcc200..a61ea262ad350e908bc20f167522d156b7cdd487 100644 (file)
@@ -28,8 +28,12 @@ private:
     // 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