Richard Dawkins Blind WatchmakerUnits Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers
|
Unit PUtils_Exhibition
Description
Uses
Overview
Functions and Procedures
Function TrapAvailable (trapNumber: integer; tType: TrapType): boolean; |
Procedure GetUserEvent(var TheUserEvent:UserEventRec); |
procedure Add_UserEvent(ID, ID2: integer; Data1,Data2: longint; theHandle: Handle); |
procedure Get_TE_String(theTEArea:TEHandle; var theString:Str255); |
procedure Make_TE_Area(var theTEArea:TEHandle; Position:Rect; theFontSize,theFont:integer; DefaultStringID:integer); |
procedure SetupTheItem (theDialog:DialogPtr; ItemID:integer; SizeIt, ShowIt, EnableIt, SetTheMax:Boolean; var thePosition:Rect; ExtraData:longint; StringID:integer); |
Description
Functions and Procedures
Function TrapAvailable (trapNumber: integer; tType: TrapType): boolean; |
See if a trap is available
|
Procedure GetUserEvent(var TheUserEvent:UserEventRec); |
See if any user events are available
|
procedure Add_UserEvent(ID, ID2: integer; Data1,Data2: longint; theHandle: Handle); |
Add a user event
|
procedure Get_TE_String(theTEArea:TEHandle; var theString:Str255); |
This is a routine used to get a string from a TE area, limited to 250 characters
|
procedure Make_TE_Area(var theTEArea:TEHandle; Position:Rect; theFontSize,theFont:integer; DefaultStringID:integer); |
This is a routine used to create a TE area
|
procedure SetupTheItem (theDialog:DialogPtr; ItemID:integer; SizeIt, ShowIt, EnableIt, SetTheMax:Boolean; var thePosition:Rect; ExtraData:longint; StringID:integer); |
Setup a dialog or alert item
|
Generated by PasDoc 0.14.0.
|