📄 bizoomview.h
字号:
//// BIZoomView.h// BIGeneric//// Created by mick on Sat Jul 03 2004.// Copyright (c) 2004 __MyCompanyName__. All rights reserved.//#import <AppKit/AppKit.h>#import <BIGL/BIGL.h>@interface BIZoomView : BIGLView { NSView *_view; BIGLImageView *_v1, *_v2;}- (void)zoomFrom:(NSView*)oldV to:(NSView*)newV;- (void)cleanUpZoom;@end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -