:: com :: sun :: star :: frame ::

deprecated unpublished interface XMenuBarAcceptor
Usage Restrictions
deprecated
not published
Description
provides function to update a menu bar for inplace editing.
Since
OOo 2.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