20#ifndef INCLUDED_VCL_INC_SALMENU_HXX
21#define INCLUDED_VCL_INC_SALMENU_HXX
71 virtual int GetMenuBarHeight()
const;
73 virtual void ShowMenuBar(
bool);
80 virtual void CheckItem(
unsigned nPos,
bool bCheck ) = 0;
81 virtual void EnableItem(
unsigned nPos,
bool bEnable ) = 0;
87 virtual void ShowCloseButton(
bool bShow);
89 virtual void RemoveMenuBarButton( sal_uInt16 nId );
96 virtual void ShowItem(
unsigned nPos,
bool bShow ) { EnableItem(
nPos, bShow ); }
103 virtual void ApplyPersona();
A SalFrame is a system window (e.g. an X11 window).
#define VCL_PLUGIN_PUBLIC