home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
source
/
macify13.shr
/
macify.hqx
/
Source
/
P
/
PUtils_Macify.h
< prev
Wrap
Text File
|
1991-03-15
|
1KB
|
32 lines
/* PUtils_Macify Utilities
File name: PUtils_Macify.h
Function: Utilities for the Prototyper specific code.
History: 3/15/91 Original by Prototyper 3.0 */
/* ======================================================= */
/* See if a trap is available */
Boolean TrapAvailable (short trapNumber, short tType);
/* See if any user events are available */
void GetUserEvent(UserEventPRec TheUserEvent);
/* Add a user event */
void Add_UserEvent(short ID, short ID2, long Data1, long Data2, Handle theHandle);
/* Open a file, user selects the file */
Boolean Do_The_Open_File (short NumberOfTypes);
/* Save to a file, user selects the file */
Boolean Do_The_Save_File ( OSType creator, OSType fileType);
/* Setup a dialog or alert item */
void SetupTheItem (DialogPtr theDialog, short ItemID, Boolean SizeIt, Boolean ShowIt, Boolean EnableIt, Boolean SetTheMax,
Rect * thePosition , long ExtraData , short StringID );
/* ======================================================= */