Searched refs:radio3 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | msg.c | 6897 HWND parent, radio1, radio2, radio3; in test_autoradio_BM_CLICK() local 6909 radio3 = GetDlgItem(parent, ID_RADIO3); in test_autoradio_BM_CLICK() 6997 HWND parent, radio1, radio2, radio3, hwnd; in test_autoradio_kbd_move() local 7009 radio3 = GetDlgItem(parent, ID_RADIO3); in test_autoradio_kbd_move() 7015 set_radio(radio1, 1, radio2, 1, radio3, 1); in test_autoradio_kbd_move() 7018 SetFocus(radio3); in test_autoradio_kbd_move() 7026 SendMessageA(radio3, WM_KEYUP, VK_UP, 0); in test_autoradio_kbd_move() 7042 SetFocus(radio3); in test_autoradio_kbd_move() 7043 GetWindowRect(radio3, &rc); in test_autoradio_kbd_move() 7077 SetFocus(radio3); in test_autoradio_kbd_move() [all …]
|