]> git.saurik.com Git - wxWidgets.git/commitdiff
added documentation of common attributes
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 May 2006 13:05:37 +0000 (13:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 May 2006 13:05:37 +0000 (13:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/tech/tn0014.txt

index ad67f4574268fe36bc111e9aaaea025163c89c41..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