interface XPluginWindowPeer in module com::sun::star::mozilla::

(Global Index)

Syntax

interface XPluginWindowPeer : com::sun::star::uno::XInterface ;

Method Summary

setChildWindow Notifies the peer of the created child window.

Method Details



setChildWindow

Syntax

oneway void setChildWindow (
any SystemWindowData );

Description

Notifies the peer of the created child window.

Parameter SystemWindowData

[in]: platform dependent window data
Top of Page