Searched refs:CCS_BOTTOM (Results 1 – 12 of 12) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | commctrl.rh | 104 #define CCS_BOTTOM __MSABI_LONG(0x00000003) 111 #define CCS_RIGHT (CCS_VERT | CCS_BOTTOM)
|
H A D | commctrl.h | 2249 #define CCS_BOTTOM 0x3L macro 2256 #define CCS_RIGHT (CCS_VERT | CCS_BOTTOM)
|
/reactos/base/applications/games/solitaire/ |
H A D | solitaire.cpp | 628 …hwndStatus = CreateStatusWindow(WS_CHILD | WS_VISIBLE | CCS_BOTTOM | SBARS_SIZEGRIP, _T("Ready"), … in WndProc()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | rebar.c | 874 …DWORD dwStyles[] = {CCS_TOP, CCS_TOP | CCS_NODIVIDER, CCS_BOTTOM, CCS_BOTTOM | CCS_NODIVIDER, CCS_… in test_resize()
|
H A D | toolbar.c | 1758 …endMessageA(hToolbar, TB_SETSTYLE, 0, style | TBSTYLE_TOOLTIPS | TBSTYLE_TRANSPARENT | CCS_BOTTOM); in test_recalc()
|
/reactos/base/applications/notepad/ |
H A D | dialog.c | 637 Globals.hStatusBar = CreateStatusWindow(WS_CHILD | CCS_BOTTOM | SBARS_SIZEGRIP, in DoShowHideStatusBar()
|
/reactos/dll/win32/shell32/wine/ |
H A D | control.c | 301 …if (!(panel->hWndStatusBar = CreateStatusWindowW(WS_CHILD | WS_VISIBLE | CCS_BOTTOM | SBARS_SIZEGR… in Control_WndProc_Create()
|
/reactos/base/applications/mplay32/ |
H A D | mplay32.c | 333 TBSTYLE_FLAT | CCS_BOTTOM | TBSTYLE_TOOLTIPS, in InitControls()
|
/reactos/dll/win32/shimgvw/ |
H A D | shimgvw.c | 951 style |= CCS_BOTTOM; in Preview_CreateToolBar()
|
/reactos/dll/win32/comctl32/ |
H A D | toolbar.c | 241 #define COMMON_STYLES (CCS_TOP|CCS_NOMOVEY|CCS_BOTTOM|CCS_NORESIZE| \ 3264 if ((infoPtr->dwStyle & CCS_BOTTOM) == CCS_NOMOVEY) in TOOLBAR_AutoSize() 3270 if ((infoPtr->dwStyle & CCS_BOTTOM) == CCS_BOTTOM) in TOOLBAR_AutoSize()
|
H A D | rebar.c | 994 case CCS_BOTTOM: in REBAR_ForceResize()
|
/reactos/base/applications/mscutils/eventvwr/ |
H A D | eventvwr.c | 3060 WS_CHILD | WS_VISIBLE | CCS_BOTTOM | SBARS_SIZEGRIP, // styles in InitInstance()
|