ReactOS 0.4.16-dev-112-g52265ae
|
Go to the source code of this file.
Macros | |
#define | UserHasDlgFrameStyle(Style, ExStyle) |
#define | UserHasThickFrameStyle(Style, ExStyle) |
#define | UserHasThinFrameStyle(Style, ExStyle) (((Style) & WS_BORDER) || (!((Style) & (WS_CHILD | WS_POPUP)))) |
#define | ON_LEFT_BORDER(hit) (((hit) == HTLEFT) || ((hit) == HTTOPLEFT) || ((hit) == HTBOTTOMLEFT)) |
#define | ON_RIGHT_BORDER(hit) (((hit) == HTRIGHT) || ((hit) == HTTOPRIGHT) || ((hit) == HTBOTTOMRIGHT)) |
#define | ON_TOP_BORDER(hit) (((hit) == HTTOP) || ((hit) == HTTOPLEFT) || ((hit) == HTTOPRIGHT)) |
#define | ON_BOTTOM_BORDER(hit) (((hit) == HTBOTTOM) || ((hit) == HTBOTTOMLEFT) || ((hit) == HTBOTTOMRIGHT)) |
#define | HASSIZEGRIP(Style, ExStyle, ParentStyle, WindowRect, ParentClientRect) |
Definition at line 34 of file nonclient.c.
#define ON_BOTTOM_BORDER | ( | hit | ) | (((hit) == HTBOTTOM) || ((hit) == HTBOTTOMLEFT) || ((hit) == HTBOTTOMRIGHT)) |
Definition at line 31 of file nonclient.c.
#define ON_LEFT_BORDER | ( | hit | ) | (((hit) == HTLEFT) || ((hit) == HTTOPLEFT) || ((hit) == HTBOTTOMLEFT)) |
Definition at line 25 of file nonclient.c.
#define ON_RIGHT_BORDER | ( | hit | ) | (((hit) == HTRIGHT) || ((hit) == HTTOPRIGHT) || ((hit) == HTBOTTOMRIGHT)) |
Definition at line 27 of file nonclient.c.
#define ON_TOP_BORDER | ( | hit | ) | (((hit) == HTTOP) || ((hit) == HTTOPLEFT) || ((hit) == HTTOPRIGHT)) |
Definition at line 29 of file nonclient.c.
Definition at line 14 of file nonclient.c.
Definition at line 18 of file nonclient.c.
#define UserHasThinFrameStyle | ( | Style, | |
ExStyle | |||
) | (((Style) & WS_BORDER) || (!((Style) & (WS_CHILD | WS_POPUP)))) |
Definition at line 22 of file nonclient.c.
DBG_DEFAULT_CHANNEL | ( | UserDefwnd | ) |
Definition at line 251 of file nonclient.c.
Referenced by DefWndHandleSysCommand().
Definition at line 152 of file nonclient.c.
Referenced by DefWndDoSizeMove().
Definition at line 1982 of file nonclient.c.
Referenced by DefWndStartSizeMove(), IntDefWindowProc(), MENU_PtMenu(), MENU_TrackMenu(), NC_DoButton(), and NC_HandleNCRButtonDown().
Definition at line 140 of file nonclient.c.
Referenced by DefWndDoSizeMove().
Definition at line 787 of file nonclient.c.
Referenced by NC_DoNCPaint().
Definition at line 1492 of file nonclient.c.
Referenced by NC_HandleNCLButtonDown().
Definition at line 1417 of file nonclient.c.
Referenced by NC_HandleNCActivate().
Definition at line 1094 of file nonclient.c.
Referenced by IntDefWindowProc(), NC_HandleNCActivate(), NtUserDrawCaptionTemp(), and PaintSuspendedWindow().
Definition at line 906 of file nonclient.c.
Referenced by NC_DoNCPaint(), and UserDrawCaptionBar().
Definition at line 71 of file nonclient.c.
Referenced by MENU_DrawMenuItem(), NC_GetSysPopupPos(), and NC_HandleNCLButtonDown().
Definition at line 117 of file nonclient.c.
Referenced by MENU_ShowSubPopup().
Definition at line 1435 of file nonclient.c.
Referenced by IntDefWindowProc().
Definition at line 1301 of file nonclient.c.
Referenced by IntDefWindowProc().
Definition at line 1664 of file nonclient.c.
Referenced by IntDefWindowProc().
Definition at line 1572 of file nonclient.c.
Referenced by IntDefWindowProc(), and NC_HandleNCLButtonDblClk().
Definition at line 1722 of file nonclient.c.
Referenced by IntDefWindowProc().
PCURICON_OBJECT FASTCALL NC_IconForWindow | ( | PWND | pWnd | ) |
Definition at line 733 of file nonclient.c.
Referenced by GetNCHitEx(), MENU_DrawBitmapItem(), UserDrawCaption(), UserDrawCaptionBar(), and UserDrawSysMenuButton().
Definition at line 952 of file nonclient.c.
Referenced by IntDefWindowProc(), NtUserDrawCaptionTemp(), and UserPaintCaption().
VOID UserDrawCaptionButton | ( | PWND | pWnd, |
LPRECT | Rect, | ||
DWORD | Style, | ||
DWORD | ExStyle, | ||
HDC | hDC, | ||
BOOL | bDown, | ||
ULONG | Type | ||
) |
Definition at line 805 of file nonclient.c.
Referenced by NC_DoNCPaint(), UserDrawCaptionBar(), and UserDrawCaptionButtonWnd().
Definition at line 887 of file nonclient.c.
Referenced by NC_DoButton().
Definition at line 56 of file nonclient.c.
Referenced by DefWndDoSizeMove().
Definition at line 764 of file nonclient.c.
Referenced by MENU_DrawMenuItem(), and NC_HandleNCLButtonDown().
Definition at line 42 of file nonclient.c.
Referenced by UserDrawMovingFrame().