Derived from: public MView, public BMenuBar
Declared in: <MMenuBar.h>
MMenuBar is liblayout's version of BMenuBar. If you want to use it as a window-menu, e.g. as the uppermost item in your window, add M_NO_Y_LEFTOVERS to the flags.
MMenuBar(menu_layout layout=B_ITEMS_IN_ROW)
MMenuBar(BMessage*)
Creates an MMenuBar with the specified layout.
virtual ~MMenuBar()
Cleans up after the MMenuBar.
static BArchivable *Instantiate(BMessage *archive)
Not yet implemented.
virtual long Archive(BMessage *archive, bool deep=true) const
Not yet implemented.
virtual void AttachedToWindow()
Implementation detail
virtual void DetachedFromWindow()
Implementation detail
virtual void reloadfont(BFont *font[])
Handles font-changes.