Code sync
[apps/native/starter.git] / lock-setting / lockapp-setting / include / openlock-setting.h
1  /*
2   * Copyright 2012  Samsung Electronics Co., Ltd
3   *
4   * Licensed under the Flora License, Version 1.0 (the "License");
5   * you may not use this file except in compliance with the License.
6   * You may obtain a copy of the License at
7   *
8   *     http://www.tizenopensource.org/license
9   *
10   * Unless required by applicable law or agreed to in writing, software
11   * distributed under the License is distributed on an "AS IS" BASIS,
12   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   * See the License for the specific language governing permissions and
14   * limitations under the License.
15   */
16
17
18
19 #ifndef __openlock_setting_H__
20 #define __openlock_setting_H__
21
22 #include <Elementary.h>
23 #include <libintl.h>
24 #include <ui-gadget.h>
25
26 #define PKGNAME "ug-openlock-setting"
27
28 #define _EDJ(o)                 elm_layout_edje_get(o)
29 #define dgettext_noop(s)        (s)
30
31 typedef struct _openlock_ug_data {
32         Evas_Object *win_main;
33         Evas_Object *base;
34         ui_gadget_h ug;
35
36         Evas_Object *navi_bar;
37         ;
38 } openlock_ug_data;
39
40 #endif                          /* __openlock_setting_H__ */