Searched refs:TBS_FIXEDLENGTH (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/tests/txtscale/ |
H A D | txtscale.cpp | 98 TBS_FIXEDLENGTH | TBS_ENABLESELRANGE | in MainWndProc()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.rh | 76 #define TBS_FIXEDLENGTH 0x0040
|
H A D | commctrl.h | 2030 #define TBS_FIXEDLENGTH 0x40 macro
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | trackbar.c | 33 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 D | trackbar.c | 1395 if (infoPtr->dwStyle & TBS_FIXEDLENGTH) { 1488 if (!(infoPtr->dwStyle & TBS_FIXEDLENGTH)) 1683 if (infoPtr->dwStyle & TBS_FIXEDLENGTH)
|