represents a VCL container window. More...
import "XVclContainer.idl";
 
  
| Public Member Functions | |
| void | addVclContainerListener ([in] com::sun::star::awt::XVclContainerListener l) | 
| adds the specified container listener to receive container events from this container. | |
| void | removeVclContainerListener ([in] com::sun::star::awt::XVclContainerListener l) | 
| removes the specified container listener so that it no longer receives container events from this container. | |
| sequence< com::sun::star::awt::XWindow > | getWindows () | 
| returns all windows. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
represents a VCL container window.
| void addVclContainerListener | ( | [in] com::sun::star::awt::XVclContainerListener | l | ) | 
adds the specified container listener to receive container events from this container.
| sequence< com::sun::star::awt::XWindow > getWindows | ( | ) | 
returns all windows.
| void removeVclContainerListener | ( | [in] com::sun::star::awt::XVclContainerListener | l | ) | 
removes the specified container listener so that it no longer receives container events from this container.