Home
last modified time | relevance | path

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

/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_utils.py20 user32 = ctypes.windll.user32 variable
306 if user32.IsWindowVisible(hwnd):
307 length = user32.GetWindowTextLengthW(hwnd) + 1
311 user32.GetWindowTextW(hwnd, buffer, length)
320 child = user32.GetWindow(hwnd, GW_CHILD)
323 length = user32.GetWindowTextLengthW(child) + 1
326 user32.GetWindowTextW(child, buffer, length)
334 child = user32.GetWindow(child, GW_HWNDNEXT)
345 result = user32.SendMessageA(handle, STUDIO_TEST_MESG, cmd, None)
347 result = user32.SendMessageA(handle, STUDIO_TEST_MESG, cmd, param)
[all …]