|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_window_redraw_scope.h>
Public Methods | |
| template<typename W> | window_redraw_scope (W &wnd, ws_bool_t bInvalidateOnUnlock=true) |
| Attempts to lock the given window from redrawing. | |
| ~window_redraw_scope () winstl_throw_0() | |
| Resets the redraw status, and invalidates the window, if requested in the constructor. | |
This class provides scoping of the redraw status of a window via the WM_SETREDRAW message.
|
||||||||||||
|
Attempts to lock the given window from redrawing. Takes a HWND and changes it's current redraw-status, which is set back to the original state in the destructor.
|
|
|
Resets the redraw status, and invalidates the window, if requested in the constructor.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |