|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_window_visible_scope.h>
Public Methods | |
| window_visible_scope (HWND wnd) | |
| Toggles the window visible state. | |
| template<typename W> | window_visible_scope (W &wnd) |
| Toggles the window visible state. | |
| window_visible_scope (HWND wnd, ws_int_t stateOnCtor, ws_int_t stateOnDtor) | |
| Modifies the window visible state. | |
| template<typename W> | window_visible_scope (W &wnd, ws_int_t stateOnCtor, ws_int_t stateOnDtor) |
| Modifies the window visible state. | |
| ~window_visible_scope () winstl_throw_0() | |
| Resets the visible status. | |
This class provides scoping of the visible status of a window via the API function EnableWindow()..
|
|
Toggles the window visible state. Takes a HWND and changes it's current visible-status, which is set back to the original state in the destructor.
|
|
|
Toggles the window visible state. Takes a HWND and changes it's current visible-status, which is set back to the original state in the destructor.
|
|
||||||||||||||||
|
Modifies the window visible state.
|
|
||||||||||||||||
|
Modifies the window visible state.
|
|
|
Resets the visible status.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |