?? macmain.h
字號(hào):
#include <Menus.h>#include <Windows.h>#include <TextEdit.h>#include <Dialogs.h>#include <OSUtils.h>#include <ToolUtils.h>#include <SegLoad.h>#include <AppleEvents.h>#include <sound.h>#include <stdio.h>#include <Movies.h>#include <Gestalt.h>#include <QDOffscreen.h>#include <Types.h>#include <Quickdraw.h>#include "AICommon.h"#include "Toolbox.h"#define kOKButton 1#define kCancelButton 2void main(void);void OpenWindow(void);void Initialize(void);void SetUpMenus(void);void MainLoop();void DoMouseDown (EventRecord *theEvent);void DoMenus (long menuResult);void DoUpdate (WindowPtr wp);void DoKey (EventRecord *theEvent);void DoActivate (EventRecord *theEvent);static pascal OSErr MyHandleOApp (const AppleEvent *appleEvt, AppleEvent* reply, long refCon);static pascal OSErr MyHandleODoc (const AppleEvent *appleEvt, AppleEvent* reply, long refCon);static pascal OSErr MyHandlePDoc (const AppleEvent *appleEvt, AppleEvent* reply, long refCon);static pascal OSErr MyHandleQuit( const AppleEvent *appleEvt, AppleEvent *reply, long refcon );pascal TBoolean GenericFilter (DialogPtr theDialog, EventRecord *theEvent, SInt16 *itemHit);void DoSuspendResume(Boolean InForeground);
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -