tizen 2.3.1 release
[apps/widget/widget-viewer.git] / widget_viewer_evas / doc / widget_viewer_evas_doc.h
1 /*
2  * Copyright 2013  Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.1 (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  * @defgroup CAPI_WIDGET_VIEWER_EVAS_MODULE Widget Viewer
19  * @ingroup CAPI_WIDGET_FRAMEWORK
20  * @brief API for widget viewer (widget screen, home screen, ...)
21  * @section CAPI_WIDGET_VIEWER_EVAS_MODULE_HEADER Required Header
22  * \#include <widget_viewer_evas.h>
23  * @section CAPI_WIDGET_VIEWER_EVAS_MODULE_OVERVIEW Overview
24  * Tizen Platform supports development of Widget Viewer Application.
25  * Many kinds of widgets can be installed to the Tizen Platform enhanced devices.
26  * Also it could be used by user via some kinds of viewer applications.
27  *
28  * This document will show you what kinds of APIs are exist and how to use them.
29  *
30  * First of all, the Tizen Platform uses the EFL as a core UIFW.
31  * So this API set also based on the EFL.
32  */