Searched refs:GetWindow (Results 1 – 7 of 7) sorted by relevance
119 for (HWND child = ::GetWindow(hwnd, GW_CHILD); child; in WndProc()120 child = ::GetWindow(child, GW_HWNDNEXT)) { in WndProc()
94 const std::vector<double>& GetWindow() const { return window_; } in GetWindow() function
80 const std::vector<double>& GetWindow() const { return window_; } in GetWindow() function
175 HWND owner = GetWindow(hwnd, GW_OWNER); in FilterUncapturableWindows()
553 next = ::GetWindow(focus, next_cmd); in HandleTabbing()560 next = ::GetWindow(focus, loop_around_cmd); in HandleTabbing()
438 CenterAbout (hDlg, GetWindow (hDlg, GW_OWNER)); in AboutDlgProc()
777 def GetWindow(self): member in Window