ReactOS 0.4.16-dev-1040-g85afe48
|
#include <window.h>
Public Types | |
typedef SubclassedWindow | super |
![]() | |
typedef Window | super |
![]() | |
typedef map< HWND, Window * > | WindowMap |
typedef Window *(* | CREATORFUNC) (HWND) |
typedef Window *(* | CREATORFUNC_INFO) (HWND, const void *) |
Public Member Functions | |
OwnerdrawnButton (HWND hwnd) | |
![]() | |
SubclassedWindow (HWND) | |
![]() | |
Window (HWND hwnd) | |
virtual | ~Window () |
LRESULT | SendParent (UINT nmsg, WPARAM wparam=0, LPARAM lparam=0) |
LRESULT | PostParent (UINT nmsg, WPARAM wparam=0, LPARAM lparam=0) |
Window (INT cx, INT cy, BOOL fAutoHide=FALSE) | |
virtual | ~Window () |
virtual LRESULT CALLBACK | WindowProcDx (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
void | DoAction () |
Subclass button controls to draw them by using PM_DISPATCH_DRAWITEM The owning window should use the OwnerDrawParent template to route owner draw messages to the buttons.
|
protectedpure virtual |
Implemented in StartMenuButton, FlatButton, and PictureButton.
Referenced by WndProc().
Reimplemented from SubclassedWindow.
Reimplemented in FlatButton.
Definition at line 865 of file window.cpp.
Referenced by StartMenuButton::WndProc(), and FlatButton::WndProc().