Richard Dawkins Blind WatchmakerUnits Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers
|
Unit Breeding_Window
Description
Uses
Overview
Functions and Procedures
Description
Functions and Procedures
procedure Init_Breeding_Window; |
Initialize us so all our routines can be activated
|
procedure Close_Breeding_Window (whichWindow: WindowPtr; var theInput: TEHandle); |
Close our window
|
procedure Open_Breeding_Window (var theInput: TEHandle); |
Open our window and draw everything
|
procedure Update_Breeding_Window (whichWindow: WindowPtr); |
Update our window, someone uncovered a part of us
|
procedure Do_Breeding_Window (myEvent: EventRecord; var theInput: TEHandle); |
Handle action to our window, like controls
|
procedure Resized_Breeding_Window (OldRect: Rect; whichWindow: WindowPtr); |
Handle resizing scrollbars
|
Generated by PasDoc 0.14.0.
|