]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/Scheduler/OGoCalMonthView.h
Work in progress. Highlighting works as expected, but Sunday is still broken (Note...
[scalable-opengroupware.org] / ZideStore / UI-X / Scheduler / OGoCalMonthView.h
1 // $Id: OGoCalMonthView.h,v 1.2 2004/06/03 21:56:44 helge Exp $
2
3 #ifndef __ZideStoreUI_OGoCalMonthView_H__
4 #define __ZideStoreUI_OGoCalMonthView_H__
5
6 #include "OGoCalView.h"
7
8 /*
9   OGoCalMonthView
10   
11   Abstract superclass for views which display months.
12 */
13
14 @interface OGoCalMonthView : OGoCalView
15 {
16 }
17
18 - (NSDictionary *)prevMonthQueryParameters;
19 - (NSDictionary *)nextMonthQueryParameters;
20
21 @end
22
23 #endif /* __ZideStoreUI_OGoCalMonthView_H__ */