Lines Matching refs:static_win
2108 HWND hwnd, button_win, static_win; in test_Input_mouse() local
2164 static_win = CreateWindowA("static", "static", WS_VISIBLE | WS_CHILD, in test_Input_mouse()
2166 ok(static_win != 0, "CreateWindow failed\n"); in test_Input_mouse()
2167 def_static_proc = (void*)SetWindowLongPtrA(static_win, in test_Input_mouse()
2191 DestroyWindow(static_win); in test_Input_mouse()
2194 static_win = CreateWindowA("static", "static", WS_VISIBLE | WS_POPUP, in test_Input_mouse()
2196 ok(static_win != 0, "CreateWindow failed\n"); in test_Input_mouse()
2197 def_static_proc = (void*)SetWindowLongPtrA(static_win, in test_Input_mouse()
2221 DestroyWindow(static_win); in test_Input_mouse()
2348 static_win = CreateWindowA("static", "Title", WS_VISIBLE | WS_CHILD, in test_Input_mouse()
2350 ok(static_win != NULL, "CreateWindowA failed %u\n", GetLastError()); in test_Input_mouse()
2374 get_dc_region(®ion, static_win, DCX_PARENTCLIP); in test_Input_mouse()
2377 get_dc_region(®ion, static_win, DCX_WINDOW | DCX_USESTYLE); in test_Input_mouse()
2380 get_dc_region(®ion, static_win, DCX_USESTYLE); in test_Input_mouse()
2569 DestroyWindow(static_win); in test_Input_mouse()