ReactOS 0.4.16-dev-1311-g81a4d83
|
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 254 of file nonclient.c.
Referenced by DefWndHandleSysCommand().
Definition at line 155 of file nonclient.c.
Referenced by DefWndDoSizeMove().
Definition at line 1985 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 790 of file nonclient.c.
Referenced by NC_DoNCPaint().
Definition at line 1495 of file nonclient.c.
Referenced by NC_HandleNCLButtonDown().
Definition at line 1420 of file nonclient.c.
Referenced by NC_HandleNCActivate().
Definition at line 1097 of file nonclient.c.
Referenced by IntDefWindowProc(), NC_HandleNCActivate(), NtUserDrawCaptionTemp(), and PaintSuspendedWindow().
Definition at line 909 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 1438 of file nonclient.c.
Referenced by IntDefWindowProc().
Definition at line 1304 of file nonclient.c.
Referenced by IntDefWindowProc().
Definition at line 1667 of file nonclient.c.
Referenced by IntDefWindowProc().
Definition at line 1575 of file nonclient.c.
Referenced by IntDefWindowProc(), and NC_HandleNCLButtonDblClk().
Definition at line 1725 of file nonclient.c.
Referenced by IntDefWindowProc().
PCURICON_OBJECT FASTCALL NC_IconForWindow | ( | PWND | pWnd | ) |
Definition at line 736 of file nonclient.c.
Referenced by GetNCHitEx(), MENU_DrawBitmapItem(), UserDrawCaption(), UserDrawCaptionBar(), and UserDrawSysMenuButton().
Definition at line 955 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 808 of file nonclient.c.
Referenced by NC_DoNCPaint(), UserDrawCaptionBar(), and UserDrawCaptionButtonWnd().
Definition at line 890 of file nonclient.c.
Referenced by NC_DoButton().
Definition at line 56 of file nonclient.c.
Referenced by DefWndDoSizeMove().
Definition at line 767 of file nonclient.c.
Referenced by MENU_DrawMenuItem(), and NC_HandleNCLButtonDown().
Definition at line 42 of file nonclient.c.
Referenced by UserDrawMovingFrame().