home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / PictureExtensions.1Vmod / PictureExtensions.nib / data.classes next >
Encoding:
Text File  |  1996-11-12  |  870 b   |  33 lines

  1. PictureExtensions = {
  2.     ACTIONS = {
  3.     "aColorChanged:" = "aColorChanged:"; 
  4.     "antiAliasingPopupChanged:" = "antiAliasingPopupChanged:"; 
  5.     }; 
  6.     OUTLETS = {
  7.     aktSubView = aktSubView; 
  8.     antiModeList = antiModeList; 
  9.     antiModePopup = antiModePopup; 
  10.     antiPreview = antiPreview; 
  11.     antiPreviewBox = antiPreviewBox; 
  12.     antiPreviewSuperBox = antiPreviewSuperBox; 
  13.     colWell1 = colWell1; 
  14.     colWell2 = colWell2; 
  15.     colWell3 = colWell3; 
  16.     colWell4 = colWell4; 
  17.     colWell5 = colWell5; 
  18.     colWell6 = colWell6; 
  19.     colWell7 = colWell7; 
  20.     colWell8 = colWell8; 
  21.     colWell9 = colWell9; 
  22.     thePanel = thePanel; 
  23.     viewForSubView = viewForSubView; 
  24.     }; 
  25.     SUPERCLASS = Object; 
  26. };
  27. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  28. AntialiasingPreview = {
  29.     ACTIONS = {"redrawAntialiasingPicture:" = "redrawAntialiasingPicture:"; }; 
  30.     OUTLETS = {}; 
  31.     SUPERCLASS = View; 
  32. };
  33.