]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/tech/tn0014.txt
Source cleaning, wxW headers, whitespaces and improved PCH support.
[wxWidgets.git] / docs / tech / tn0014.txt
index 9001edbbfa35df65e4db6ed9837a05d29e4eda15..57d73456b660499dca7269f78a2190278f772da3 100644 (file)
@@ -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
@@ -408,6 +422,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
 ----------------