Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
Sources/MSMain.h
// MSMain.h |
// |
// Original version by Jon Lansdell and Nigel Humphreys. |
// 4.0 and 3.1 updates by Greg Sutton. |
// Human Interface changes and GX Printing by Don Swatman |
// ©Apple Computer Inc 1996, all rights reserved. |
#pragma once |
#include <Types.h> |
#include <StandardFile.h> |
void MaintainMenus ( Boolean *pRedrawMenuBar ); |
void MaintainEditItems ( TEHandle theTE, |
short numTypes, |
ConstSFTypeListPtr typeList ); |
void CheckMenus( void ); |
void DoCommand( long mResult ); |
void DoMenuItem( short theMenuID, short theItem ); |
OSErr GXPrintingEventOverride( EventRecord *anEvent, Boolean filterEvent ); |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14