added a tiny class to call Freeze/Thaw in ctor/dtor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-03-07 01:50:21 +00:00
parent c81c9392fa
commit 9d3cb3f369
3 changed files with 107 additions and 0 deletions

View File

@@ -689,6 +689,10 @@ a wxTextCtrl under wxGTK) but is not implemented on all platforms nor for all
controls so it is mostly just a hint to wxWidgets and not a mandatory
directive.
\wxheading{See also}
\helpref{wxWindowUpdateLocker}{wxwindowupdatelocker}
\membersection{wxWindow::GetAcceleratorTable}\label{wxwindowgetacceleratortable}
@@ -3411,6 +3415,10 @@ Reenables window updating after a previous call to
\helpref{Freeze}{wxwindowfreeze}. To really thaw the control, it must be called
exactly the same number of times as \helpref{Freeze}{wxwindowfreeze}.
\wxheading{See also}
\helpref{wxWindowUpdateLocker}{wxwindowupdatelocker}
\membersection{wxWindow::TransferDataFromWindow}\label{wxwindowtransferdatafromwindow}