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