home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / Palettes / ColorBrowser / English.lproj / ColorBrowserInspector.nib / data.classes next >
Text File  |  1993-01-19  |  475b  |  34 lines

  1. ColorBrowserCell = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = NXBrowserCell;
  7. };
  8. ColorBrowserInspector = {
  9.     ACTIONS = {
  10.     browserAction:;
  11.     };
  12.     OUTLETS = {
  13.     font;
  14.     colorBrowser;
  15.     verticalScrolling;
  16.     colorPanel;
  17.     options;
  18.     horizontalScrolling;
  19.     };
  20.     SUPERCLASS = IBInspector;
  21. };
  22. FirstResponder = {
  23.     ACTIONS = {
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. ColorBrowser = {
  28.     ACTIONS = {
  29.     };
  30.     OUTLETS = {
  31.     };
  32.     SUPERCLASS = NXBrowser;
  33. };
  34.