struct SystemDependentXWindow in module com::sun::star::awt::

(Global Index)

[ DEPRECATED ]

Syntax

struct SystemDependentXWindow;

Description

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

Field Summary

WindowHandle The XWindow handle if possible, otherwise 0.

DisplayPointer The display pointer

Field Details



WindowHandle

Syntax

long WindowHandle;

Description

The XWindow handle if possible, otherwise 0.


DisplayPointer

Syntax

hyper DisplayPointer;

Description

The display pointer

Top of Page