?? bizoomview.h
字號(hào):
//// 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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -