]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_radbx.h
Apply patch [ 1548750 ] wxVsnprintf() various fixes
[wxWidgets.git] / include / wx / xrc / xh_radbx.h
index ac1c14b1d7744ae08aa2556826931cfd17fcc200..508883350d1e515897dfaf3c6185a3926bd58d93 100644 (file)
@@ -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
@@ -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