]> git.saurik.com Git - wxWidgets.git/commit - docs/changes.txt
make IsEnabled() return false even if the window parent, and not the window itself...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Mar 2007 14:01:53 +0000 (14:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Mar 2007 14:01:53 +0000 (14:01 +0000)
commit47a8a4d5cc3e8fcb2efee4787cb9d244104beea5
tree8ab737f522ece72cd68dde28d0f0b4b521c785d9
parent68a9527d5185cdd9d3fef3d9421415c50de8794d
make IsEnabled() return false even if the window parent, and not the window itself, is disabled and added IsThisEnabled() implementing the old IsEnabled() behaviour; also significantly simplify the window state management code in all ports by factoring out the common parts in wxWindowBase

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 files changed:
docs/changes.txt
docs/latex/wx/window.tex
include/wx/cocoa/window.h
include/wx/gtk/textctrl.h
include/wx/gtk/window.h
include/wx/gtk1/textctrl.h
include/wx/gtk1/window.h
include/wx/mac/carbon/window.h
include/wx/msw/window.h
include/wx/os2/window.h
include/wx/palmos/window.h
include/wx/window.h
samples/controls/controls.cpp
src/cocoa/window.mm
src/common/wincmn.cpp
src/gtk/bmpbuttn.cpp
src/gtk/textctrl.cpp
src/gtk/window.cpp
src/gtk1/bmpbuttn.cpp
src/gtk1/textctrl.cpp
src/gtk1/window.cpp
src/mac/carbon/window.cpp
src/msw/window.cpp
src/os2/window.cpp