Home
last modified time | relevance | path

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

/dports/japanese/skkinput3/skkinput-3.0.6/lib/proto/
H A DKinputClient.c744 Window wndRoot, wndChild ; in kinputClient_onKeyNotify() local
766 if (!XQueryPointer (pDisplay, wndFocus, &wndRoot, &wndChild, &nRootX, &nRootY, &nX, &nY, &uMask)) in kinputClient_onKeyNotify()
781 ev.xkey.subwindow = wndChild ; in kinputClient_onKeyNotify()
H A DXIMInputContext.c2238 Window wndRoot, wndChild ; in ximInputContext_onKeyNotify() local
2264 if (!XQueryPointer (pDisplay, wndFocus, &wndRoot, &wndChild, &nRootX, &nRootY, &nX, &nY, &uMask)) in ximInputContext_onKeyNotify()
2281 ev.xkey.subwindow = wndChild ; in ximInputContext_onKeyNotify()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datlframe.h3330 ATL::CWindow wndChild = pT->GetWindow(GW_CHILD); variable
3331 for(int i = 0; (i < nCount) && (wndChild.m_hWnd != NULL); i += 4)
3342 …_AtlDynamicLayoutData LayoutData = { wndChild.m_hWnd, nMoveRatioX, nMoveRatioY, nSizeRatioX, nSize…
3343 wndChild.GetWindowRect(&LayoutData.m_rcInit);
3348 wndChild = wndChild.GetWindow(GW_HWNDNEXT);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/
H A Datlframe.h3330 ATL::CWindow wndChild = pT->GetWindow(GW_CHILD); variable
3331 for(int i = 0; (i < nCount) && (wndChild.m_hWnd != NULL); i += 4)
3342 …_AtlDynamicLayoutData LayoutData = { wndChild.m_hWnd, nMoveRatioX, nMoveRatioY, nSizeRatioX, nSize…
3343 wndChild.GetWindowRect(&LayoutData.m_rcInit);
3348 wndChild = wndChild.GetWindow(GW_HWNDNEXT);