LibreOffice
LibreOffice 24.2 SDK API Reference
|
manages the functionality specific for a top window. More...
import"XTopWindow.idl";
Public Member Functions | |
void | addTopWindowListener ([in] com::sun::star::awt::XTopWindowListener xListener) |
adds the specified top window listener to receive window events from this window. More... | |
void | removeTopWindowListener ([in] com::sun::star::awt::XTopWindowListener xListener) |
removes the specified top window listener so that it no longer receives window events from this window. More... | |
void | toFront () |
places this window at the top of the stacking order and shows it in front of any other windows. More... | |
void | toBack () |
places this window at the bottom of the stacking order and makes the corresponding adjustment to other visible windows. More... | |
void | setMenuBar ([in] com::sun::star::awt::XMenuBar xMenu) |
sets a menu bar. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
manages the functionality specific for a top window.
void addTopWindowListener | ( | [in] com::sun::star::awt::XTopWindowListener | xListener | ) |
adds the specified top window listener to receive window events from this window.
void removeTopWindowListener | ( | [in] com::sun::star::awt::XTopWindowListener | xListener | ) |
removes the specified top window listener so that it no longer receives window events from this window.
void setMenuBar | ( | [in] com::sun::star::awt::XMenuBar | xMenu | ) |
sets a menu bar.
void toBack | ( | ) |
places this window at the bottom of the stacking order and makes the corresponding adjustment to other visible windows.
void toFront | ( | ) |
places this window at the top of the stacking order and shows it in front of any other windows.