]> git.saurik.com Git - wxWidgets.git/commit - src/dfb/window.cpp
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Jan 2008 00:21:31 +0000 (00:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Jan 2008 00:21:31 +0000 (00:21 +0000)
commit17808a759627b03c2acbe7333dd2386557e1b804
tree3aa4ae5053519f59245be94aaee103b175f78553
parent001828ed69cd0fd34231bf1c52a6ede3933bf25d
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
30 files changed:
docs/changes.txt
docs/latex/wx/window.tex
include/wx/dfb/window.h
include/wx/generic/listctrl.h
include/wx/generic/treectlg.h
include/wx/gtk/textctrl.h
include/wx/gtk1/textctrl.h
include/wx/mac/carbon/window.h
include/wx/mgl/window.h
include/wx/msw/toplevel.h
include/wx/msw/window.h
include/wx/os2/window.h
include/wx/palmos/window.h
include/wx/richtext/richtextctrl.h
include/wx/window.h
include/wx/x11/textctrl.h
src/common/wincmn.cpp
src/dfb/window.cpp
src/generic/listctrl.cpp
src/generic/treectlg.cpp
src/gtk/textctrl.cpp
src/gtk1/textctrl.cpp
src/mac/carbon/window.cpp
src/mgl/window.cpp
src/msw/toplevel.cpp
src/msw/window.cpp
src/os2/window.cpp
src/palmos/window.cpp
src/richtext/richtextctrl.cpp
src/x11/textctrl.cpp