X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c3d7eab4fe9b0734d8fc7ec24eb74ff5dd636aa..65751a0ee7a4cfaef9f459c29bfd67f5be6d893b:/docs/tech diff --git a/docs/tech/tn0014.txt b/docs/tech/tn0014.txt index 636eac7c70..136a8c043d 100644 --- a/docs/tech/tn0014.txt +++ b/docs/tech/tn0014.txt @@ -421,10 +421,13 @@ 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" and "helptext=I18nString" attributes to specify -the per-item tooltip and helptext. +Integer subelements and a composite "content" element similar to wxCheckList +except that subelements can have additional attributes: + +tooltip I18nString "" +helptext I18nString "" +enabled Boolean 1 +hidden Boolean 0 wxScrolledWindow @@ -501,17 +504,9 @@ appear within wxToolBar node. Their attributes are as follows: label I18nString "" tooltip I18nString "" longhelp I18nString "" - pos Position -1,-1 Constraints: At most one of "toggle" and "radio" attributes may be 1. - Attribute "pos" may not appear if "label" or "radio" attributes - are used or if parent wxToolBar's style contains wxTB_TEXT. - - Note: - Use of "pos" attribute is strongly discouraged, it is deprecated - usage of wxToolBar and it is not supported by MSW and GTK - implementations. Children objects are added to the toolbar using AddTool for "tool" class, AddSeparator for "separator" and AddControl for other classes.