home *** CD-ROM | disk | FTP | other *** search
- InfoView = {
- ACTIONS = {
- animateInfo:;
- };
- OUTLETS = {
- teteButton;
- appButton;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Controleur = {
- ACTIONS = {
- sauver:;
- calculer:;
- charger:;
- nouveau:;
- appDidInit:;
- showInfo:;
- };
- OUTLETS = {
- zoneCouleur;
- fenetre;
- zonePas;
- couleur1;
- couleurFond;
- couleur2;
- infoView;
- zoneNbrIter;
- matrice;
- graphe;
- zoneNbrSouris;
- };
- SUPERCLASS = Object;
- };
-