Searched defs:wndThis (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp393 void setActionsWindowProperty(Window wndThis, const RTCList<Atom> &lstActions) const;
394 void clearActionsWindowProperty(Window wndThis) const;
395 void setFormatsWindowProperty(Window wndThis, Atom property) const;
396 void clearFormatsWindowProperty(Window wndThis) const;
1860 void DragInstance::registerForEvents(Window wndThis) const
1862 if (wndThis == m_wndProxy)
1865 LogFlowThisFunc(("%x\n", wndThis));
1868 XSelectInput(m_pDisplay, wndThis, PointerMotionMask); //PointerMotionMask);
1872 if (XQueryTree(m_pDisplay, wndThis, &hRealRoot, &hParent, &phChildrenRaw, &cChildren))
1880 void DragInstance::setActionsWindowProperty(Window wndThis, argument
1898 setFormatsWindowProperty(Window wndThis, Atom property) const argument
[all...]

Completed in 487 milliseconds