Modify flora license url
[apps/core/preloaded/ug-setting-manage-applications-efl.git] / ug / include / mgr-app-widget.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://floralicense.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 #ifndef __MGR_APP_WIDGET_H__
19 #define __MGR_APP_WIDGET_H__
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif /* __cplusplus */
24
25 #include <Evas.h>
26 #include <Elementary.h>
27
28 Evas_Object *mgr_app_view_create_base_navigation(Evas_Object *parent);
29 Evas_Object *mgr_app_widget_create_bg(Evas_Object *parent);
30 Evas_Object *mgr_app_widget_create_main_layout(Evas_Object *parent);
31 Evas_Object *mgr_app_create_layout(Evas_Object *parent, const char *clas, const char *group, const char *style);
32 Evas_Object *mgr_app_create_layout_file(Evas_Object *parent, const char *filename, const char *group);
33 Evas_Object *mgr_app_create_button(Evas_Object *parent, void (*func) (void *data, Evas_Object *obj, void *event_info), const char *label, const char *swallow, const char *style, void *data);
34 Evas_Object *mgr_app_create_label(Evas_Object *parent, const char *text, const char *swallow, void *data);
35 void mgrapp_create_popup_text_1button(Evas_Object *parent, char *text, char *btn_text, Evas_Smart_Cb func);
36 void mgr_app_create_popup_progressbar(Evas_Object *parent, char *text);
37 void mgrapp_destroy_popup_progressbar();
38
39 #ifdef __cplusplus
40 }
41 #endif
42
43
44 #endif /*__MGR_APP_WIDGET_H__*/