home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Palettes / MiscProgressPalette / English.lproj / MiscProgressPalette.nib / data.classes next >
Encoding:
Text File  |  1993-10-19  |  490 b   |  34 lines

  1. MiscProgressBar = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = MiscProgressView;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. MiscProgressPalette = {
  14.     SUPERCLASS = IBPalette;
  15. };
  16. MiscProgressView = {
  17.     ACTIONS = {
  18.     increment:;
  19.     takeFloatValueFrom:;
  20.     clear:;
  21.     takeIntValueFrom:;
  22.     };
  23.     OUTLETS = {
  24.     };
  25.     SUPERCLASS = View;
  26. };
  27. MiscProgressPie = {
  28.     ACTIONS = {
  29.     };
  30.     OUTLETS = {
  31.     };
  32.     SUPERCLASS = MiscProgressView;
  33. };
  34.