home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / BorderSub.nib / data.classes next >
Text File  |  1994-03-08  |  482b  |  37 lines

  1. AlignmentSub = {
  2.     SUPERCLASS = PrefsSub;
  3. };
  4. FormatSub = {
  5.     SUPERCLASS = PrefsSub;
  6. };
  7. BorderSub = {
  8.     ACTIONS = {
  9.     setThickness:;
  10.     setBottom:;
  11.     setTop:;
  12.     setLeft:;
  13.     setRight:;
  14.     setRange:;
  15.     };
  16.     OUTLETS = {
  17.     thicknessMtx;
  18.     borderGroupMtx;
  19.     rightCheck;
  20.     topCheck;
  21.     leftCheck;
  22.     bottomCheck;
  23.     };
  24.     SUPERCLASS = PrefsSub;
  25. };
  26. FirstResponder = {
  27.     ACTIONS = {
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. PrefsSub = {
  32.     OUTLETS = {
  33.     subPanel;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37.