#include <WTL-PP.h>
Definition at line 17 of file WTL-PP.h.
NoRedrawScopeEx::NoRedrawScopeEx |
( |
HWND |
p_wnd | ) |
|
throw | ( | |
| ) | | |
|
inline |
Definition at line 19 of file WTL-PP.h.
20 if (
m_wnd.IsWindowVisible()) {
22 m_wnd.SetRedraw(FALSE);
NoRedrawScopeEx::~NoRedrawScopeEx |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
Definition at line 25 of file WTL-PP.h.
27 m_wnd.SetRedraw(TRUE);
28 m_wnd.RedrawWindow(NULL,NULL,RDW_INVALIDATE|RDW_ERASE|RDW_ALLCHILDREN);
bool NoRedrawScopeEx::m_active |
|
private |
CWindow NoRedrawScopeEx::m_wnd |
|
private |
The documentation for this class was generated from the following file: