|
ReactOS 0.4.16-dev-1946-g52006dd
|
Management of controls in resizable dialogs. More...
#include <window.h>


Public Types | |
| typedef std::list< ResizeEntry > | super |
Public Member Functions | |
| ResizeManager (HWND hwnd) | |
| void | Add (UINT id, int flags) |
| void | Add (HWND hwnd, int flags) |
| void | HandleSize (int cx, int cy) |
| void | Resize (int dx, int dy) |
| void | SetMinMaxInfo (LPMINMAXINFO lpmmi) |
Public Attributes | |
| SIZE | _min_wnd_size |
Protected Attributes | |
| HWND | _hwnd |
| SIZE | _last_size |
| typedef std::list<ResizeEntry> ResizeManager::super |
| ResizeManager::ResizeManager | ( | HWND | hwnd | ) |
Definition at line 776 of file window.cpp.
Definition at line 491 of file window.h.
Referenced by FindProgramDlg::FindProgramDlg(), and TrayNotifyDlg::TrayNotifyDlg().
Definition at line 788 of file window.cpp.
Referenced by Resize(), and ResizeController< BASE >::WndProc().
Definition at line 847 of file window.cpp.
Referenced by FindProgramDlg::FindProgramDlg(), and TrayNotifyDlg::TrayNotifyDlg().
|
inline |
Definition at line 500 of file window.h.
Referenced by ResizeController< BASE >::WndProc().
|
protected |
Definition at line 509 of file window.h.
Referenced by HandleSize(), and Resize().
|
protected |
Definition at line 510 of file window.h.
Referenced by HandleSize(), and ResizeManager().
| SIZE ResizeManager::_min_wnd_size |
Definition at line 506 of file window.h.
Referenced by Resize(), ResizeManager(), and SetMinMaxInfo().