1. moved InheritAttributes() from wxControl to wxWindow
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Apr 2004 12:11:22 +0000 (12:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Apr 2004 12:11:22 +0000 (12:11 +0000)
commitb8e7b6738fe00529fdeae26e6cfea1ccc2a00a76
tree809a7fc94a5178964c86ec3748073aef1696ac69
parent26b6f3d3d8c68ae136c1de0c4b78311ca2bde464
1. moved InheritAttributes() from wxControl to wxWindow
2. made it inherit only the attributes explicitly set for the parent
3. "explicitly set" means set with SetXXX(), not newly added SetDefaultXXX()
4. documented InheritAttributes(), ShouldInheritColours() and SetDefaultXXX()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/window.tex
include/wx/control.h
include/wx/window.h
src/common/wincmn.cpp