1 #ifndef _CALENDAR_PRIVATE_H_
2 #define _CALENDAR_PRIVATE_H_
4 #include <exec/types.h>
5 #include <utility/date.h>
6 #include <libraries/mui.h>
8 /*** Instance data **********************************************************/
11 struct MUI_EventHandlerNode ehn
;
12 struct ClockData clockdata
;
14 STRPTR defdaylabels
[12];
15 WORD cellwidth
, base_cellwidth
;
16 WORD cellheight
, base_cellheight
;
17 WORD mwday
; /* weekday of 1st of month */
22 #endif /* _CALENDAR_PRIVATE_H_ */