|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module awt {
void windowResized([in] com::sun::star::awt::WindowEvent e)
is invoked when the window has been resized.
void windowShown([in] com::sun::star::lang::EventObject e)
is invoked when the window has been shown.
base interface for all event listeners interfaces.
Definition: XEventListener.idl:27
void windowHidden([in] com::sun::star::lang::EventObject e)
is invoked when the window has been hidden.
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:28
makes it possible to receive window events.
Definition: XWindowListener.idl:33
specifies a window event.
Definition: WindowEvent.idl:28
Definition: Ambiguous.idl:20
void windowMoved([in] com::sun::star::awt::WindowEvent e)
is invoked when the window has been moved.