Home
last modified time | relevance | path

Searched refs:CCS_BOTTOM (Results 1 – 12 of 12) sorted by relevance

/reactos/sdk/include/psdk/
H A Dcommctrl.rh104 #define CCS_BOTTOM __MSABI_LONG(0x00000003)
111 #define CCS_RIGHT (CCS_VERT | CCS_BOTTOM)
H A Dcommctrl.h2249 #define CCS_BOTTOM 0x3L macro
2256 #define CCS_RIGHT (CCS_VERT | CCS_BOTTOM)
/reactos/base/applications/games/solitaire/
H A Dsolitaire.cpp628 …hwndStatus = CreateStatusWindow(WS_CHILD | WS_VISIBLE | CCS_BOTTOM | SBARS_SIZEGRIP, _T("Ready"), … in WndProc()
/reactos/modules/rostests/winetests/comctl32/
H A Drebar.c874 …DWORD dwStyles[] = {CCS_TOP, CCS_TOP | CCS_NODIVIDER, CCS_BOTTOM, CCS_BOTTOM | CCS_NODIVIDER, CCS_… in test_resize()
H A Dtoolbar.c1758 …endMessageA(hToolbar, TB_SETSTYLE, 0, style | TBSTYLE_TOOLTIPS | TBSTYLE_TRANSPARENT | CCS_BOTTOM); in test_recalc()
/reactos/base/applications/notepad/
H A Ddialog.c637 Globals.hStatusBar = CreateStatusWindow(WS_CHILD | CCS_BOTTOM | SBARS_SIZEGRIP, in DoShowHideStatusBar()
/reactos/dll/win32/shell32/wine/
H A Dcontrol.c301 …if (!(panel->hWndStatusBar = CreateStatusWindowW(WS_CHILD | WS_VISIBLE | CCS_BOTTOM | SBARS_SIZEGR… in Control_WndProc_Create()
/reactos/base/applications/mplay32/
H A Dmplay32.c333 TBSTYLE_FLAT | CCS_BOTTOM | TBSTYLE_TOOLTIPS, in InitControls()
/reactos/dll/win32/shimgvw/
H A Dshimgvw.c951 style |= CCS_BOTTOM; in Preview_CreateToolBar()
/reactos/dll/win32/comctl32/
H A Dtoolbar.c241 #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 Drebar.c994 case CCS_BOTTOM: in REBAR_ForceResize()
/reactos/base/applications/mscutils/eventvwr/
H A Deventvwr.c3060 WS_CHILD | WS_VISIBLE | CCS_BOTTOM | SBARS_SIZEGRIP, // styles in InitInstance()