|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_window_update_scope.h>
Public Methods | |
| template<typename W> | window_update_scope (W &wnd) |
| Attempts to lock the given window from updates. | |
| ~window_update_scope () winstl_throw_0() | |
| Releases the lock, if aquired in the constructor. | |
This class provides scoping of the update-status of a window via the Win32 function LockWindowUpdate().
|
|
Attempts to lock the given window from updates. Takes a HWND and changes it's current update-status, which is set back to the original state in the destructor. |
|
|
Releases the lock, if aquired in the constructor.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |