home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Palettes / MiscString / English.lproj / MiscStringPalette.nib / data.classes next >
Encoding:
Text File  |  1994-01-07  |  508 b   |  35 lines

  1. MiscStringPalette = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     theMiscStringView;
  6.     theMiscString;
  7.     };
  8.     SUPERCLASS = IBPalette;
  9. };
  10. PAThumbWheel = {
  11.     ACTIONS = {
  12.     };
  13.     OUTLETS = {
  14.     };
  15.     SUPERCLASS = Control;
  16. };
  17. FirstResponder = {
  18.     ACTIONS = {
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. MiscString = {
  23.     ACTIONS = {
  24.     takeStringValueFrom:;
  25.     concatenate:;
  26.     takeFloatValueFrom:;
  27.     takeStringValue:;
  28.     takeIntValueFrom:;
  29.     takeDoubleValueFrom:;
  30.     };
  31.     OUTLETS = {
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35.