ReactOS 0.4.16-dev-1025-gd3456f5
|
#include <window.h>
Public Types | |
typedef OwnerdrawnButton | super |
![]() | |
typedef SubclassedWindow | super |
![]() | |
typedef Window | super |
![]() | |
typedef map< HWND, Window * > | WindowMap |
typedef Window *(* | CREATORFUNC) (HWND) |
typedef Window *(* | CREATORFUNC_INFO) (HWND, const void *) |
Protected Attributes | |
HICON | _hIcon |
HBITMAP | _hBmp |
HBRUSH | _hBrush |
int | _cx |
int | _cy |
bool | _flat |
![]() | |
WNDPROC | _orgWndProc |
![]() | |
HWND | m_hwnd |
BOOL | m_fAutoHide |
BOOL | m_fOnTop |
BOOL | m_fHiding |
UINT | m_uSide |
LONG | m_cxWidth |
LONG | m_cyHeight |
LONG | m_cxSave |
LONG | m_cySave |
BOOL | m_fAppBarRegd |
BOOL | m_fMoving |
BOOL | m_bDragged |
POINT | m_ptDragOn |
RECT | m_rcAppBar |
RECT | m_rcDrag |
Subclass button controls to paint pictures left to the labels. The buttons should have set the style bit BS_OWNERDRAW. The owning window should use the OwnerDrawParent template to route owner draw messages to the buttons.
typedef OwnerdrawnButton PictureButton::super |
|
inline |
|
inline |
|
inline |
|
inline |
|
protectedvirtual |
Implements OwnerdrawnButton.
Definition at line 965 of file window.cpp.
|
protected |
Definition at line 760 of file window.h.
Referenced by DrawItem(), and PictureButton().
|
protected |
Definition at line 761 of file window.h.
Referenced by DrawItem(), and PictureButton().
|
protected |
Definition at line 763 of file window.h.
Referenced by DrawItem().
|
protected |
Definition at line 757 of file window.h.
Referenced by DrawItem().
|
protected |
Definition at line 758 of file window.h.
Referenced by DrawItem().
|
protected |
Definition at line 756 of file window.h.
Referenced by DrawItem().