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

struct SystemDependentXWindow
[ DEPRECATED ]
Description
the structure returned in the XSystemDependentWindowPeer::getWindowHandle call, if the system type is 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