3 Copyright (c) 2000-2012 Samsung Electronics Co., Ltd All Rights Reserved
5 This file is part of ug-calendar-picker
6 Written by Eunjoong Jeon <ez.jeon@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.
25 #ifndef __CALENDAR_PICKER_GADGET_H__
26 #define __CALENDAR_PICKER_GADGET_H__
28 #include <Elementary.h>
30 #include "CalendarPickerView.h"
32 #define PKGNAME "ug-calendar-picker-efl"
33 #define EDJ_PATH "/opt/ug/res/edje/ug-calendar-picker-efl"
34 #if !defined(EDJ_NAME)
35 #define EDJ_NAME EDJ_PATH"ug-calendar-picker-efl.edj"
37 #define IMAGE_DIR "/opt/ug/res/images/ug-calendar-picker-efl"
39 #define _EDJ(o) elm_layout_edje_get(o)
40 #define _(s) dgettext(PKGNAME, s)
41 #define dgettext_noop(s) (s)
42 #define N_(s) dgettext_noop(s)
46 #endif /* __cplusplus */
51 CalendarPickerView *view;
57 CMD_DESTROY_SUCCESS = 1,
63 #endif /* __cplusplus */
64 #endif /* __CALENDAR_PICKER_GADGET_H__ */