home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / OfMiceAndMen / Source / OfMiceAndMen.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  518 b   |  43 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MaView = {
  7.     ACTIONS = {
  8.     efface:;
  9.     };
  10.     OUTLETS = {
  11.     couleurFond;
  12.     couleurFin;
  13.     couleurDebut;
  14.     };
  15.     SUPERCLASS = View;
  16. };
  17. Controleur = {
  18.     ACTIONS = {
  19.     sauver:;
  20.     calculer:;
  21.     charger:;
  22.     nouveau:;
  23.     appDidInit:;
  24.     showInfo:;
  25.     };
  26.     OUTLETS = {
  27.     couleur1;
  28.     graphe;
  29.     zoneNbrIter;
  30.     paramPanel;
  31.     posPanel;
  32.     zonePas;
  33.     couleur2;
  34.     couleurFond;
  35.     fenetre;
  36.     matrice;
  37.     zoneCouleur;
  38.     zoneNbrSouris;
  39.     infoView;
  40.     };
  41.     SUPERCLASS = Object;
  42. };
  43.