added documentation of common attributes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-05-16 13:05:37 +00:00
parent 9689f522e5
commit d18135abbf

View File

@ -291,6 +291,20 @@ attribute name attribute type default value, if any
[(optional remarks.................... [(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 wxBitmap
-------- --------
This is a special case, because it does not create a wxWindow instance but This is a special case, because it does not create a wxWindow instance but