From: Vadim Zeitlin Date: Tue, 16 May 2006 13:05:37 +0000 (+0000) Subject: added documentation of common attributes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d18135abbf719eb8a319f8d9923c71f9e898427c?ds=inline added documentation of common attributes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/tech/tn0014.txt b/docs/tech/tn0014.txt index ad67f45742..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