Home
last modified time | relevance | path

Searched refs:TBS_FIXEDLENGTH (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/tests/txtscale/
H A Dtxtscale.cpp98 TBS_FIXEDLENGTH | TBS_ENABLESELRANGE | in MainWndProc()
/reactos/sdk/include/psdk/
H A Dcommctrl.rh76 #define TBS_FIXEDLENGTH 0x0040
H A Dcommctrl.h2030 #define TBS_FIXEDLENGTH 0x40 macro
/reactos/modules/rostests/winetests/comctl32/
H A Dtrackbar.c33 static const DWORD defaultstyle = WS_VISIBLE | TBS_TOOLTIPS | TBS_ENABLESELRANGE | TBS_FIXEDLENGTH
969 | TBS_FIXEDLENGTH, 0, 0, 0, 0, hWndParent, NULL, GetModuleHandleA(NULL), NULL); in test_thumb_length()
976 | TBS_FIXEDLENGTH, 0, 0, 200, 200, hWndParent, NULL, GetModuleHandleA(NULL), NULL); in test_thumb_length()
/reactos/dll/win32/comctl32/
H A Dtrackbar.c1395 if (infoPtr->dwStyle & TBS_FIXEDLENGTH) {
1488 if (!(infoPtr->dwStyle & TBS_FIXEDLENGTH))
1683 if (infoPtr->dwStyle & TBS_FIXEDLENGTH)