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

interface XSystemChildFactory

Methods' Summary
createSystemChild creates a system child window.  
Methods' Details
createSystemChild
XWindowPeer
createSystemChild( [in] any  Parent,
[in] sequence< byte >  ProcessId,
[in] short  SystemType );

Description
creates a system child window.
Returns
the created window.
Parameter Parent
a system-specific handle to a window.

You must check the machine ID and the process ID.
WIN32: HWND.
WIN16: HWND.
JAVA: global reference to a java.awt.Component object provided from the JNI-API.
MAC: (NSView*) pointer.

Parameter ProcessId
Ignored.
Parameter SystemType
one constant out of the constant group com::sun::star::lang::SystemDependent.
Top of Page