osxtoolbar.h
来自「这是VCF框架的代码」· C头文件 代码 · 共 78 行
H
78 行
#ifndef _VCF_OSXTOOLBAR_H__#define _VCF_OSXTOOLBAR_H__//OSXToolbar.h/*Copyright 2000-2004 The VCF Project.Please see License.txt in the top level directorywhere you installed the VCF.*/#if _MSC_VER > 1000# pragma once#endif#ifndef _VCF_TOOLBARPEER_H__# include "vcf/ApplicationKit/ToolbarPeer.h"#endif // _VCF_TOOLBARPEER_H__namespace VCF {class ToolbarItem;class ImageList;class OSXToolbar : public OSXControl, public ToolbarPeer {public: OSXToolbar(Control* control); virtual void create( Control* control ); virtual void setImageList( ImageList* imageList ); virtual void showButtonCaptions( const bool& val ); virtual void setButtonCaptionPlacementHorizontal( const bool& val ); virtual void setButtonSize( const Size& buttonSize ); virtual void setEnableAutoResize( const bool& val ); virtual bool isAutoResizeEnabled();protected: void onModelChanged( ModelEvent* e ); bool currentlyModifyingItem_; void onImageListImageChanged( ImageListEvent* e ); };};/***CVS Log info*$Log$*Revision 1.2 2005/07/09 23:14:55 ddiego*merging in changes from devmain-0-6-7 branch.**Revision 1.1.2.1 2005/06/23 00:35:36 ddiego*added osx classes**/#endif // _VCF_OSXTOOLBAR_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?