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