added support for radiobox items tooltips in XRC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-05-04 22:54:17 +00:00
parent ab0c98223a
commit d64ad2c7e1
4 changed files with 64 additions and 21 deletions

View File

@@ -408,6 +408,9 @@ wxRadioBox
This control may have "dimension" (major dimension) and (initial) "selection"
Integer subelements and a composite "content" element similar to wxCheckList.
The only difference is that the "item" subelements can have an optional
"tooltip=I18nString" attribute to specify the per-item tooltip.
wxScrolledWindow
----------------