home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextDeveloper / Demos / Draw.app / Resources / English.lproj / InspectorPanel.nib / data.classes next >
Encoding:
Text File  |  1996-04-05  |  1.1 KB  |  51 lines

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