:: com :: sun :: star :: awt ::

struct SystemDependentXWindow
[ DEPRECATED ]
Description
specifies a system dependent XWindow.

This is the structure returned in the XSystemDependentWindowPeer::getWindowHandle call, if the system type is SystemDependent::XWINDOW .


Elements' Summary
WindowHandle The XWindow handle if possible, otherwise 0.
DisplayPointer The display pointer.
Elements' Details
WindowHandle
long WindowHandle;
Description
The XWindow handle if possible, otherwise 0.
DisplayPointer
hyper DisplayPointer;
Description
The display pointer.
Top of Page