home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Apps / IconBuilder.app / Japanese.lproj / IconBuilder.nib / data.classes < prev    next >
Encoding:
Text File  |  1996-10-07  |  1.4 KB  |  55 lines

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