Unit About_Box

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Uses

Overview

Functions and Procedures

procedure D_Init_About_Box;
function D_Filter_About_Box(theDialog: DialogPtr; var theEvent: EventRecord; var itemHit: integer):boolean;
procedure D_Refresh_About_Box(theDialog: DialogPtr);
procedure D_Setup_About_Box(theDialog: DialogPtr);
procedure D_Hit_About_Box(theDialog: DialogPtr; itemHit:integer; var ExitDialog:boolean);
procedure D_Exit_About_Box(theDialog: DialogPtr);

Description

Functions and Procedures

procedure D_Init_About_Box;

Init the modal dialog

function D_Filter_About_Box(theDialog: DialogPtr; var theEvent: EventRecord; var itemHit: integer):boolean;

Hook into the modal dialog filter routine

procedure D_Refresh_About_Box(theDialog: DialogPtr);

Refresh the modal dialog

procedure D_Setup_About_Box(theDialog: DialogPtr);

Setup the modal dialog

procedure D_Hit_About_Box(theDialog: DialogPtr; itemHit:integer; var ExitDialog:boolean);

Hit in the modal dialog

procedure D_Exit_About_Box(theDialog: DialogPtr);

Exit the modal dialog


Generated by PasDoc 0.14.0.