Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx164 HWND hParent = NULL; in _WinSetWindowPos() local
203 hParent = pParentFrame ? pParentFrame->mhWndClient : HWND_DESKTOP; in _WinSetWindowPos()
205 hParent = WinIsWindowVisible( hParent) ? hParent : HWND_DESKTOP; in _WinSetWindowPos()
207 WinQueryWindowPos( hParent, &swpOwner); in _WinSetWindowPos()
230 hParent, ptlOwner.x, ptlOwner.y, swpOwner.cx, swpOwner.cy); in _WinSetWindowPos()
234 WinMapWindowPoints( hParent, HWND_DESKTOP, &ptlOwner, 1); in _WinSetWindowPos()
240 hParent, ptlOwner.x, ptlOwner.y, swpOwner.cx, swpOwner.cy); in _WinSetWindowPos()
/trunk/main/twain/inc/
H A Dtwain.h554 TW_HANDLE hParent; /* For windows only - Application window handle */ member