|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_setfocus_scope.h>
Public Methods | |
| template<typename W> | setfocus_scope (W &wnd) |
| Changes the owner of the focus to the given window, and records the current owner of the focus, to which it will be restored in the destructor. | |
| setfocus_scope () | |
| Records the current owner of the focus, to which it will be restored in the destructor. | |
| ~setfocus_scope () | |
| Resets the focus to the original holder. | |
This class provides scoping of the enable status of a window via the API function EnableWindow()..
|
|
Changes the owner of the focus to the given window, and records the current owner of the focus, to which it will be restored in the destructor.
|
|
|
Records the current owner of the focus, to which it will be restored in the destructor.
|
|
|
Resets the focus to the original holder.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |