Home
last modified time | relevance | path

Searched refs:TBM_SETRANGEMIN (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dtrackbar.c174 { 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 Ddevices.cpp776 SendMessageW(slider, TBM_SETRANGEMIN, false, 0);
/reactos/dll/win32/msvfw32/
H A Dmciwnd.c651 SendDlgItemMessageW(hWnd, CTL_TRACKBAR, TBM_SETRANGEMIN, 0L, 0L); in MCIWndProc()
/reactos/base/applications/mplay32/
H A Dmplay32.c585 SendMessage(hTrackBar, TBM_SETRANGEMIN, (WPARAM)TRUE, (LPARAM)1); in OpenMciDevice()
/reactos/dll/win32/comctl32/
H A Dtrackbar.c1965 case TBM_SETRANGEMIN:
/reactos/sdk/include/psdk/
H A Dcommctrl.h2043 #define TBM_SETRANGEMIN (WM_USER+7) macro