it is not possible to show/hide the window from the UpdateUI event handler; refactore...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Feb 2006 16:32:50 +0000 (16:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Feb 2006 16:32:50 +0000 (16:32 +0000)
commita3a4105df6f49ff2e2d351bd76e2a42b7b4da34b
tree6ac12c09b86ed7ab368d531b8106777362170e62
parent27237c37081d165eba907ff3f9f77e8126037ca3
it is not possible to show/hide the window from the UpdateUI event handler; refactored the code by moving control-specific parts into the derived classes (patch 1338350)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/upduievt.tex
include/wx/checkbox.h
include/wx/control.h
include/wx/event.h
include/wx/richtext/richtextctrl.h
src/common/ctrlcmn.cpp
src/common/textcmn.cpp
src/common/toplvcmn.cpp
src/common/wincmn.cpp
src/richtext/richtextctrl.cpp