Richard Dawkins Blind WatchmakerUnits Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers
|
Unit PCommonExhibition
Description
Overview
Classes, Interfaces, Objects and Records
Types
Constants
Variables
Description
Types
UserEventHRec = ˆUserEventPRec; |
=======================================================
|
Constants
UserEvent_None = 0; |
User event definitions
|
UserEvent_Open_Window = 1; |
No user events available
|
UserEvent_Close_Window = 2; |
Open Window or modeless dialog
|
Res_Menu_Apple = 256; |
Menu list resource IDs
|
MItem_About_Colour_Wa = 1; |
Menu resource ID
|
MItem_Timing = 1; |
Menu resource ID
|
MItem_Copy4 = 4; |
Menu resource ID
|
Res_Menu_Operation = 259; |
|
MItem_Breed = 1; |
Menu resource ID
|
MItem_New_Random_Star = 2; |
|
Res_A_Warning_Alert = 260; |
Window resource IDs, also controls grouped with the appropiate window
|
Res_D_About_Box = 262; |
Static text item Medium_Alert is 2
|
Res_Dlg_OK2 = 1; |
Modal Dialog
|
Res_D_Timing_Dialogue = 257; |
...Button
|
Res_Dlg_OK = 1; |
Modal Dialog
|
Res_Dlg_Revert_to_New_S = 2; |
...Button
|
Res_Dlg_Don_t_revert_au = 3; |
...Radio Button
|
Res_Dlg_Random_New_Star = 4; |
...Radio Button
|
Res_Dlg_Random_New_Star2 = 5; |
...Radio Button
|
Res_Dlg_2 = 11; |
Static text item Static_Text6 is 10
|
Res_Dlg_5 = 12; |
...Edit text default string
|
Res_W_BreedWindow = 256; |
...Edit text default string
|
Variables
myEvent: EventRecord; |
User Event record list start
|
WNE: boolean; |
Event record for all events
|
SleepValue: integer; |
WaitNextEvent trap is available
|
doneFlag: boolean; |
Sleep value for Wait on events
|
theInput: TEHandle; |
Exit program flag
|
tempRect: Rect; |
Used in text edit selections
|
sTemp: Str255; |
Temporary rect, not for long term use
|
HasColorQD: boolean; |
Temporary string, not for long term use
|
HasFPU: boolean; |
Flag for Color QuickDraw being available
|
InTheForeground: boolean; |
Flag for Floating Point Math Chip being available
|
tempChar: char; |
Flag for running in MultiFinder foreground
|
Menu_Apple: MenuHandle; |
For temporary use
|
Menu_File: MenuHandle; |
Menu handle
|
Menu_Edit3: MenuHandle; |
Menu handle
|
Menu_Operation: MenuHandle; |
Menu handle
|
WPtr_BreedWindow: WindowPtr; |
Window variables for the window titled "BreedWindow"
|
DRSelected_G1_Timing_Dialogue: integer; |
Variables for the modal dialog titled "Timing Dialogue"
|
DRSelected_G2_Timing_Dialogue: integer; |
Group member currently selected
|
Generated by PasDoc 0.14.0.
|