Richard Dawkins Blind WatchmakerUnits Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers
|
Unit PW_BreedWindow
Description
Uses
Overview
Functions and Procedures
Description
Functions and Procedures
procedure Init_BreedWindow; |
Initialize us so all our routines can be activated
|
procedure Close_BreedWindow (whichWindow: WindowPtr); |
Close our window
|
procedure Resized_BreedWindow (OldRect: Rect; whichWindow: WindowPtr); |
Handle resizing scrollbars
|
procedure Moved_BreedWindow (OldRect: Rect; whichWindow: WindowPtr); |
Our window was moved
|
procedure Update_BreedWindow (whichWindow: WindowPtr); |
Update our window, someone uncovered a part of us
|
procedure Open_BreedWindow; |
Open our window and draw everything
|
procedure Activate_BreedWindow (whichWindow: WindowPtr; Do_An_Activate: boolean); |
Handle activation of our window
|
procedure Do_BreedWindow (myEvent: EventRecord); |
Handle action to our window, like controls
|
Generated by PasDoc 0.14.0.
|