home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiscKit1.2.6 / Palettes / MiscCalendarPalette / MiscCalendarViewInspector.h < prev    next >
Encoding:
Text File  |  1994-05-12  |  305 b   |  18 lines

  1. #import <apps/InterfaceBuilder.h>
  2.  
  3. @interface MiscCalendarViewInspector : IBInspector <IBInspectors>
  4. {
  5.     id    calendar;
  6.     id    titleSwitchesMatrix;
  7.     id    matrixModeRadioMatrix;
  8.     id    cellColorRadioMatrix;
  9.     id    setDateButton;
  10.     id    matrixCellsColorWell;
  11. }
  12.  
  13. - init;
  14. - ok:sender;
  15. - revert:sender;
  16.  
  17. @end
  18.