#include <WindowPositionUtils.h>
Definition at line 66 of file WindowPositionUtils.h.
cfgWindowSizeTracker::cfgWindowSizeTracker |
( |
cfgWindowSize & |
p_var | ) |
|
|
inline |
bool cfgWindowSizeTracker::Apply |
( |
HWND |
p_wnd | ) |
|
|
inline |
Definition at line 70 of file WindowPositionUtils.h.
76 SetWindowPos(p_wnd,NULL,0,0,rect.right-rect.left,rect.bottom-rect.top,SWP_NOMOVE|SWP_NOACTIVATE|SWP_NOZORDER);
static BOOL AdjustWindowRectHelper(CWindow wnd, CRect &rc)
BOOL cfgWindowSizeTracker::ProcessWindowMessage |
( |
HWND |
hWnd, |
|
|
UINT |
uMsg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam, |
|
|
LRESULT & |
lResult |
|
) |
| |
|
inline |
bool cfgWindowSizeTracker::m_applied |
|
private |
The documentation for this class was generated from the following file: