Richard Dawkins Blind WatchmakerUnits Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers
|
Unit Timing_Dialogue
Description
Uses
Overview
Functions and Procedures
Description
Functions and Procedures
procedure D_Init_Timing_Dialogue; |
Init the modal dialog
|
function D_Filter_Timing_Dialogue (theDialog: DialogPtr; var theEvent: EventRecord; var itemHit: integer): boolean; |
Hook into the modal dialog filter routine
|
procedure D_Refresh_Timing_Dialogue (theDialog: DialogPtr); |
Refresh the modal dialog
|
procedure D_Setup_Timing_Dialogue (theDialog: DialogPtr); |
Setup the modal dialog
|
procedure D_Hit_Timing_Dialogue (theDialog: DialogPtr; itemHit: integer; var ExitDialog: boolean); |
Hit in the modal dialog
|
procedure D_Exit_Timing_Dialogue (theDialog: DialogPtr); |
Exit the modal dialog
|
Generated by PasDoc 0.14.0.
|