osxmenubar.h

来自「这是VCF框架的代码」· C头文件 代码 · 共 53 行

H
53
字号
#ifndef _VCF_OSXMENUBAR_H__#define _VCF_OSXMENUBAR_H__//OSXMenuBar.h/*Copyright 2000-2004 The VCF Project.Please see License.txt in the top level directorywhere you installed the VCF.*/#include "vcf/ApplicationKit/MenuBarPeer.h"namespace VCF  {class OSXMenuBar : public MenuBarPeer {public:	OSXMenuBar( MenuBar* menuBar );	virtual ~OSXMenuBar();	virtual void setFrame( Frame* frame );	virtual void update();	virtual void setMenuItems( MenuItem* item );private:	MenuItem* menuRoot_;	Frame* frame_;};};/***CVS Log info*$Log$*Revision 1.2  2004/12/01 04:31:37  ddiego*merged over devmain-0-6-6 code. Marcello did a kick ass job*of fixing a nasty bug (1074768VCF application slows down modal dialogs.)*that he found. Many, many thanks for this Marcello.**Revision 1.1.2.1  2004/11/10 06:16:40  ddiego*started adding osx menu code**/#endif //_VCF_OSXMENUBAR_H__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?