Unit Timing_Dialogue

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Uses

Overview

Functions and Procedures

procedure D_Init_Timing_Dialogue;
function D_Filter_Timing_Dialogue (theDialog: DialogPtr; var theEvent: EventRecord; var itemHit: integer): boolean;
procedure D_Refresh_Timing_Dialogue (theDialog: DialogPtr);
procedure D_Setup_Timing_Dialogue (theDialog: DialogPtr);
procedure D_Hit_Timing_Dialogue (theDialog: DialogPtr; itemHit: integer; var ExitDialog: boolean);
procedure D_Exit_Timing_Dialogue (theDialog: DialogPtr);

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.