Searched refs:TBM_SETRANGEMIN (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | trackbar.c | 174 { TBM_SETRANGEMIN, sent|wparam|lparam, TRUE, 0}, 177 { TBM_SETRANGEMIN, sent|wparam|lparam, TRUE, 10}, 180 { TBM_SETRANGEMIN, sent|wparam|lparam, TRUE, -10}, 183 { TBM_SETRANGEMIN, sent|wparam|lparam, FALSE, 5}, 588 SendMessageA(hWndTrackbar, TBM_SETRANGEMIN, 0, 10); in test_page_size() 606 SendMessageA(hWndTrackbar, TBM_SETRANGEMIN, 0, 5); in test_page_size() 784 SendMessageA(hWndTrackbar, TBM_SETRANGEMIN, TRUE, 0); in test_range() 1036 SendMessageA(hWndTrackbar, TBM_SETRANGEMIN, TRUE, 0); in test_tic_settings() 1292 ret = SendMessageA(hWnd, TBM_SETRANGEMIN, TRUE, 10); in test_initial_state() 1328 ret = SendMessageA(hWnd, TBM_SETRANGEMIN, TRUE, 10); in test_TBS_AUTOTICKS() [all …]
|
/reactos/dll/shellext/shellbtrfs/ |
H A D | devices.cpp | 776 SendMessageW(slider, TBM_SETRANGEMIN, false, 0);
|
/reactos/dll/win32/msvfw32/ |
H A D | mciwnd.c | 651 SendDlgItemMessageW(hWnd, CTL_TRACKBAR, TBM_SETRANGEMIN, 0L, 0L); in MCIWndProc()
|
/reactos/base/applications/mplay32/ |
H A D | mplay32.c | 585 SendMessage(hTrackBar, TBM_SETRANGEMIN, (WPARAM)TRUE, (LPARAM)1); in OpenMciDevice()
|
/reactos/dll/win32/comctl32/ |
H A D | trackbar.c | 1965 case TBM_SETRANGEMIN:
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 2043 #define TBM_SETRANGEMIN (WM_USER+7) macro
|