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

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