Searched refs:hParent (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 166 HWND hParent = NULL; in _WinSetWindowPos() local 205 hParent = pParentFrame ? pParentFrame->mhWndClient : HWND_DESKTOP; in _WinSetWindowPos() 207 hParent = WinIsWindowVisible( hParent) ? hParent : HWND_DESKTOP; in _WinSetWindowPos() 209 WinQueryWindowPos( hParent, &swpOwner); in _WinSetWindowPos() 232 hParent, ptlOwner.x, ptlOwner.y, swpOwner.cx, swpOwner.cy); in _WinSetWindowPos() 236 WinMapWindowPoints( hParent, HWND_DESKTOP, &ptlOwner, 1); in _WinSetWindowPos() 242 hParent, ptlOwner.x, ptlOwner.y, swpOwner.cx, swpOwner.cy); in _WinSetWindowPos()
|
/trunk/main/twain/inc/ |
H A D | twain.h | 554 TW_HANDLE hParent; /* For windows only - Application window handle */ member
|
Completed in 48 milliseconds