home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / Calendar / Calendar.palette / English.lproj / Calendar.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  415 b   |  28 lines

  1. CalendarPalette = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = IBPalette;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. Calendar = {
  14.     ACTIONS = {
  15.     takeDayIntValueFrom:;
  16.     decrementYear:;
  17.     decrementMonth:;
  18.     takeMonthIntValueFrom:;
  19.     incrementYear:;
  20.     showSystemDate:;
  21.     takeYearIntValueFrom:;
  22.     incrementMonth:;
  23.     };
  24.     OUTLETS = {
  25.     };
  26.     SUPERCLASS = Control;
  27. };
  28.