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

  1. ImageElement = {SUPERCLASS = Element; };
  2. Recomposite = {
  3.     ACTIONS = {"cancel:" = "cancel:"; "ok:" = "ok:"; "recomposite:" = "recomposite:"; }; 
  4.     OUTLETS = {
  5.     dpiText = dpiText; 
  6.     interpolateSwitch = interpolateSwitch; 
  7.     myPanel = myPanel; 
  8.     sepsAndPagesForm = sepsAndPagesForm; 
  9.     }; 
  10.     SUPERCLASS = Object; 
  11. };
  12. VektorElement = {SUPERCLASS = Element; };
  13. Tool = {
  14.     OUTLETS = {fixElement = fixElement; myElement = myElement; myPanel = myPanel; }; 
  15.     SUPERCLASS = Object; 
  16. };
  17. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  18. Element = {SUPERCLASS = Object; };
  19.