X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b26a650c10d830e646cba5399a159a611277cdba..bfeed34c1cb102300a9a24a50657304e60486700:/docs/tech/tn0014.txt?ds=sidebyside diff --git a/docs/tech/tn0014.txt b/docs/tech/tn0014.txt index 79634a8915..57d73456b6 100644 --- a/docs/tech/tn0014.txt +++ b/docs/tech/tn0014.txt @@ -291,6 +291,20 @@ attribute name attribute type default value, if any [(optional remarks.................... ...................................)] +Common attributes +----------------- +These attributes are supported by all windows: + +exstyle Int +bg Colour +fg Colour +enabled Boolean true +focused Boolean false +hidden Boolean false +tooltip I18nString +font Font +help I18nString + wxBitmap -------- This is a special case, because it does not create a wxWindow instance but @@ -403,6 +417,15 @@ wxMDIChildFrame Supports same attributes and children nodes as wxFrame. +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 ---------------- pos Position -1,-1