:: com :: sun :: star :: frame ::
|
interface XMenuBarAcceptor |
- Base Interfaces
::com::sun::star::uno::XInterface
|
+--XMenuBarAcceptor
::com::sun::star::uno::XInterface |
- (referenced interface's summary:)
- base interface of all UNO interfaces
|
|
- Usage Restrictions
- deprecated
- not published
- Deprecation Info
-
- Description
- provides function to update a menu bar for inplace editing.
- Since
- OpenOffice 2.0.0
|
Methods' Summary |
updateMenuBar |
update menu bar according to the current frame mode. This is used in
inplace editing mode where we have to merge our own menu into the
container applications menu.
|
Methods' Details |
updateMenuBar
void |
updateMenuBar( |
[inout] ::com::sun::star::awt::XMenuBar |
xMenuBar ); |
- Description
- update menu bar according to the current frame mode. This is used in
inplace editing mode where we have to merge our own menu into the
container applications menu.
- Parameter xMenuBar
-
the menu bar that should be merged with current one.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.