home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / Draw.app / Resources / French.lproj / InspectorPanel.nib / data.classes next >
Text File  |  1996-07-18  |  1KB  |  52 lines

  1. "DrawApp" = {
  2.     ACTIONS = {
  3.         "activateDocument:" = id; 
  4.         "appDidInit:" = id; 
  5.         "new:" = id; 
  6.         "open:" = id; 
  7.         "setCurrentGraphic:" = id; 
  8.         "terminate:" = id; 
  9.     }; 
  10.     OUTLETS = {
  11.         activateMenu = id; 
  12.         currentGraphic = id; 
  13.         gridInspector = id; 
  14.         inspectorPanel = id; 
  15.         savePanelAccessory = id; 
  16.         spamatrix = id; 
  17.         tools = id; 
  18.     }; 
  19.     SUPERCLASS = NSApplication; 
  20. };
  21. "InspectorPanel" = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = NSPanel; };
  22. "Inspector" = {
  23.     ACTIONS = {"changeDimensions:" = id; "changeFillColor:" = id; "changeLineWidth:" = id; }; 
  24.     OUTLETS = {
  25.         arrows = id; 
  26.         fillColor = id; 
  27.         filled = id; 
  28.         formEntry = id; 
  29.         height = id; 
  30.         lineCap = id; 
  31.         lineColor = id; 
  32.         lineJoin = id; 
  33.         lineWidthField = id; 
  34.         lineWidthSlider = id; 
  35.         textColor = id; 
  36.         width = id; 
  37.     }; 
  38.     SUPERCLASS = Object; 
  39. };
  40. "FirstResponder" = {
  41.     ACTIONS = {
  42.         "takeFillValueFrom:" = id; 
  43.         "takeFromEntryStatusFrom:" = id; 
  44.         "takeLineArrowFrom:" = id; 
  45.         "takeLineCapFrom:" = id; 
  46.         "takeLineColorFrom:" = id; 
  47.         "takeLineJoinFrom:" = id; 
  48.     }; 
  49.     CATEGORY = LocalActions; 
  50.     OUTLETS = {}; 
  51. };
  52.