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