Unit About_Arthromorphs

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Overview

Functions and Procedures

procedure Init_About_Arthromorphs;
procedure Close_About_Arthromorphs(whichWindow:WindowPtr; var theInput:TEHandle);
procedure Open_About_Arthromorphs(var theInput:TEHandle);
procedure Update_About_Arthromorphs(whichWindow:WindowPtr);
procedure Do_About_Arthromorphs(myEvent:EventRecord; var theInput:TEHandle);

Description

Functions and Procedures

procedure Init_About_Arthromorphs;

Initialize us so all our routines can be activated

procedure Close_About_Arthromorphs(whichWindow:WindowPtr; var theInput:TEHandle);

Close our window

procedure Open_About_Arthromorphs(var theInput:TEHandle);

Open our window and draw everything

procedure Update_About_Arthromorphs(whichWindow:WindowPtr);

Update our window, someone uncovered a part of us

procedure Do_About_Arthromorphs(myEvent:EventRecord; var theInput:TEHandle);

Handle action to our window, like controls


Generated by PasDoc 0.14.0.