interface XVclContainer in module com::sun::star::awt::

(Global Index)

[ DEPRECATED ]

Syntax

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

Description

represents a container VCL window.

Method Summary

addVclContainerListener adds the specified container listener to receive container events from this container.

removeVclContainerListener removes the specified container listener so that it no longer receives container events from this container.

getWindows

Method Details



addVclContainerListener

Syntax

oneway void addVclContainerListener (
com::sun::star::awt::XVclContainerListener l );

Description

adds the specified container listener to receive container events from this container.


removeVclContainerListener

Syntax

oneway void removeVclContainerListener (
com::sun::star::awt::XVclContainerListener l );

Description

removes the specified container listener so that it no longer receives container events from this container.


getWindows

Syntax

sequence< com::sun::star::awt::XWindow > getWindows ();
Top of Page