Searched refs:WM_CLOSE (Results 1 – 3 of 3) sorted by relevance
| /GUIX-v6.2.1/test/guix_studio_test/test_view/ |
| D | test_utils.py | 24 WM_CLOSE = 0x0010 variable 414 user32.PostMessageA(studio_dialogs[name], WM_CLOSE, None, None) 422 user32.PostMessageA(studio_windows[name], WM_CLOSE, None, None)
|
| /GUIX-v6.2.1/guix_studio/ |
| D | studiox_util.cpp | 639 pWaitDialog->SendMessage(WM_CLOSE, 0, 0); in EndBusyMsg()
|
| D | project_view.cpp | 807 ::SendMessage(data->win32_driver_winhandle, WM_CLOSE, 0, 0); in TerminateAppExecutions()
|