From d18135abbf719eb8a319f8d9923c71f9e898427c Mon Sep 17 00:00:00 2001
From: Vadim Zeitlin <vadim@wxwidgets.org>
Date: Tue, 16 May 2006 13:05:37 +0000
Subject: [PATCH] added documentation of common attributes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 docs/tech/tn0014.txt | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

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
-- 
2.47.2