|
ReactOS 0.4.17-dev-470-gf9e3448
|

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 259 of file nonclient.c.
Referenced by DefWndHandleSysCommand().
Definition at line 155 of file nonclient.c.
Referenced by DefWndDoSizeMove().
Definition at line 1994 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 800 of file nonclient.c.
Referenced by NC_DoNCPaint().
Definition at line 1504 of file nonclient.c.
Referenced by NC_HandleNCLButtonDown().
Definition at line 1429 of file nonclient.c.
Referenced by NC_HandleNCActivate().
Definition at line 1107 of file nonclient.c.
Referenced by IntDefWindowProc(), NC_HandleNCActivate(), NtUserDrawCaptionTemp(), and PaintSuspendedWindow().
Definition at line 919 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 1447 of file nonclient.c.
Referenced by IntDefWindowProc().
Definition at line 1313 of file nonclient.c.
Referenced by IntDefWindowProc().
Definition at line 1676 of file nonclient.c.
Referenced by IntDefWindowProc().
Definition at line 1584 of file nonclient.c.
Referenced by IntDefWindowProc(), and NC_HandleNCLButtonDblClk().
Definition at line 1734 of file nonclient.c.
Referenced by IntDefWindowProc().
| PCURICON_OBJECT FASTCALL NC_IconForWindow | ( | PWND | pWnd | ) |
Definition at line 746 of file nonclient.c.
Referenced by GetNCHitEx(), MENU_DrawBitmapItem(), UserDrawCaption(), UserDrawCaptionBar(), and UserDrawSysMenuButton().
Definition at line 965 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 818 of file nonclient.c.
Referenced by NC_DoNCPaint(), UserDrawCaptionBar(), and UserDrawCaptionButtonWnd().
Definition at line 900 of file nonclient.c.
Referenced by NC_DoButton().
Definition at line 56 of file nonclient.c.
Referenced by DefWndDoSizeMove().
Definition at line 777 of file nonclient.c.
Referenced by MENU_DrawMenuItem(), and NC_HandleNCLButtonDown().
Definition at line 42 of file nonclient.c.
Referenced by UserDrawMovingFrame().