home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / NullInspector.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  708 b   |  51 lines

  1. Inspector = {
  2.     ACTIONS = {
  3.     loadSlist:;
  4.     ok:;
  5.     revert:;
  6.     };
  7.     OUTLETS = {
  8.     slist;
  9.     controller;
  10.     graphicView;
  11.     inspectorView;
  12.     panel;
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. SliderDualActing = {
  17.     SUPERCLASS = Slider;
  18. };
  19. FirstResponder = {
  20.     ACTIONS = {
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. NullInspector = {
  25.     OUTLETS = {
  26.     blankButton;
  27.     };
  28.     SUPERCLASS = Inspector;
  29. };
  30. OutlineInspector = {
  31.     SUPERCLASS = Inspector;
  32. };
  33. FillInpsector = {
  34.     SUPERCLASS = Inspector;
  35. };
  36. SkewView = {
  37.     SUPERCLASS = View;
  38. };
  39. ScaleRot = {
  40.     SUPERCLASS = Inspector;
  41. };
  42. NXColorWell = {
  43.     SUPERCLASS = Control;
  44. };
  45. SkewInspector = {
  46.     SUPERCLASS = Inspector;
  47. };
  48. LineInspector = {
  49.     SUPERCLASS = Inspector;
  50. };
  51.