home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Apps / IconBuilder.app / English.lproj / IconBuilder.nib / data.classes < prev    next >
Encoding:
Text File  |  1993-01-27  |  856 b   |  63 lines

  1. PaintApp = {
  2.     ACTIONS = {
  3.     appDidInit:;
  4.     pageLayout:;
  5.     setCurrentTool:;
  6.     runPreferences:;
  7.     newDocument:;
  8.     newDocFromLayout:;
  9.     openObject:;
  10.     open:;
  11.     stopModal:;
  12.     showObeseBits:;
  13.     showInfoPanel:;
  14.     };
  15.     OUTLETS = {
  16.     toolMatrix;
  17.     obeseBorder;
  18.     modeswitch;
  19.     obeseBitsView;
  20.     noinspector;
  21.     inspectorPanel;
  22.     };
  23.     SUPERCLASS = Application;
  24. };
  25. FirstResponder = {
  26.     ACTIONS = {
  27.     zoomIn:;
  28.     revertToSaved:;
  29.     save:;
  30.     zoomOut:;
  31.     saveAs:;
  32.     print:;
  33.     undo:;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. BorderWindow = {
  38.     OUTLETS = {
  39.     obeseView;
  40.     constrainView;
  41.     transparentView;
  42.     };
  43.     SUPERCLASS = Window;
  44. };
  45. ObeseView = {
  46.     ACTIONS = {
  47.     takeOffsetFrom:;
  48.     changeMagnification:;
  49.     };
  50.     OUTLETS = {
  51.     borderwindow;
  52.     eventDelegate;
  53.     cache;
  54.     };
  55.     SUPERCLASS = View;
  56. };
  57. TitleBar = {
  58.     SUPERCLASS = Button;
  59. };
  60. SeeThroughView = {
  61.     SUPERCLASS = View;
  62. };
  63.