Remove SMACK rule file(.rule) according three domain model
[apps/core/preloaded/taskmanager.git] / src / _util_efl.h
1 /*
2  * org.tizen.taskmgr
3  * Copyright (c) 2012 Samsung Electronics Co., Ltd.
4  *
5  * Licensed under the Flora License, Version 1.1 (the License);
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *     http://floralicense.org/license/
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an AS IS BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  */
17
18
19
20
21 #ifndef __TASKMANAGER_UTIL_EFL_H__
22 #define __TASKMANAGER_UTIL_EFL_H__
23
24 #include <Elementary.h>
25
26 Evas_Object *_add_window(const char *name);
27 Evas_Object *_add_bg(Evas_Object *parent, char *style);
28 Evas_Object *_add_genlist(Evas_Object *parent);
29 Evas_Object *_add_icon(Evas_Object *parent, const char *png);
30 Evas_Object *_add_layout(Evas_Object *parent, const char *file, const char *group);
31 Evas_Object *_add_ctxpopup(Evas_Object *parent);
32 Evas_Object *_add_label(Evas_Object *parent, const char *msg);
33 Evas_Object *_add_naviframe(Evas_Object *parent);
34 Evas_Object *_add_layout_main(Evas_Object *parent,
35                 Eina_Bool content, Eina_Bool transparent);
36 Evas_Object *_add_progressbar(Evas_Object *parent, const char *style,
37                 Evas_Coord w, Evas_Coord h);
38 void _diable_popup(void *data);
39 Evas_Object *_add_popup_ask(Evas_Object *parent, char *text, void *data);
40 void util_show_popup_with_message(Evas_Object *parent, double in, const char *msg);
41
42 #endif
43 /* __TASKMANAGER_UTIL_EFL_H__ */