ReactOS 0.4.15-dev-6669-g8227c5d
|
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 239 of file nonclient.c.
Referenced by DefWndHandleSysCommand().
Definition at line 140 of file nonclient.c.
Referenced by DefWndDoSizeMove().
Definition at line 1952 of file nonclient.c.
Referenced by DefWndStartSizeMove(), IntDefWindowProc(), MENU_PtMenu(), NC_DoButton(), and NC_HandleNCRButtonDown().
Definition at line 757 of file nonclient.c.
Referenced by NC_DoNCPaint().
Definition at line 1462 of file nonclient.c.
Referenced by NC_HandleNCLButtonDown().
Definition at line 1387 of file nonclient.c.
Referenced by NC_HandleNCActivate().
Definition at line 1064 of file nonclient.c.
Referenced by IntDefWindowProc(), NC_HandleNCActivate(), NtUserDrawCaptionTemp(), and PaintSuspendedWindow().
Definition at line 876 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 1405 of file nonclient.c.
Referenced by IntDefWindowProc().
Definition at line 1271 of file nonclient.c.
Referenced by IntDefWindowProc().
Definition at line 1634 of file nonclient.c.
Referenced by IntDefWindowProc().
Definition at line 1542 of file nonclient.c.
Referenced by IntDefWindowProc(), and NC_HandleNCLButtonDblClk().
Definition at line 1692 of file nonclient.c.
Referenced by IntDefWindowProc().
PCURICON_OBJECT FASTCALL NC_IconForWindow | ( | PWND | pWnd | ) |
Definition at line 703 of file nonclient.c.
Referenced by GetNCHitEx(), MENU_DrawBitmapItem(), UserDrawCaption(), UserDrawCaptionBar(), and UserDrawSysMenuButton().
Definition at line 922 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 775 of file nonclient.c.
Referenced by NC_DoNCPaint(), UserDrawCaptionBar(), and UserDrawCaptionButtonWnd().
Definition at line 857 of file nonclient.c.
Referenced by NC_DoButton().
Definition at line 56 of file nonclient.c.
Referenced by DefWndDoSizeMove().
Definition at line 734 of file nonclient.c.
Referenced by MENU_DrawMenuItem(), and NC_HandleNCLButtonDown().
Definition at line 42 of file nonclient.c.
Referenced by UserDrawMovingFrame().