3 Copyright (c) 2000-2012 Samsung Electronics Co., Ltd All Rights Reserved
5 This file is part of org.tizen.efl-calendar
6 Written by Taeho Kang <taeho84.kang@samsung.com>
8 PROPRIETARY/CONFIDENTIAL
10 This software is the confidential and proprietary information of
11 SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
12 disclose such Confidential Information and shall use it only in
13 accordance with the terms of the license agreement you entered
14 into with SAMSUNG ELECTRONICS.
16 SAMSUNG make no representations or warranties about the suitability
17 of the software, either express or implied, including but not limited
18 to the implied warranties of merchantability, fitness for a particular
19 purpose, or non-infringement. SAMSUNG shall not be liable for any
20 damages suffered by licensee as a result of using, modifying or
21 distributing this software or its derivatives.
26 #ifndef __CALENDAR_EDIT_REPEAT_H__
27 #define __CALENDAR_EDIT_REPEAT_H__
32 Evas_Object *edit_repeat_create(Evas_Object *parent, Evas_Object *nv, cal_repeat_term_t term, int num, struct tm* repeat_end_date_time, int* occurrency, int flag, Evas_Object *win);
33 Evas_Object *cal_edit_repeat_create_view(Evas_Object *parent, struct appdata* ad, cal_repeat_term_t term, cal_repeat_until_type_t repeat_until_type, struct tm* start_date_time, struct tm* repeat_end_date_time, int* occurrency, int flag);
35 /* return term: cal_repeat_term_t, flag is for weekly */
36 int cal_edit_repeat_get_repeat(Evas_Object *ly, int *flag, cal_repeat_until_type_t *repeat_until_type, struct tm *repeat_end_date_time, int *occurrency);
38 void cal_edit_repeat_get_repeat_str(cal_repeat_term_t term, int flag, char *buf, int sz);
40 #endif /* __CALENDAR_EDIT_REPEAT_H__ */