Initialize Tizen 2.3
[framework/web/wrt-plugins-common.git] / src_mobile / wrt-popup / ace / popup-bin / Popup.h
1 /*
2  * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  *    Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
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  * @file        Popup.h
18  * @author      Janusz Kozerski (j.kozerski@samsung.com)
19  * @version     1.0
20  */
21
22 #include <Elementary.h>
23 #include <ace_api_common.h>
24
25 struct ace_popup_data {
26     ace_popup_t popup_type;
27     ace_resource_t resource_name;
28     ace_session_id_t session_id;
29     ace_param_list_t param_list;
30     ace_widget_handle_t handle;
31     ace_bool_t validation_result;
32     ace_return_t validation_return;
33
34     Evas_Object          *popup;
35     Eina_Bool per_session;
36     Eina_Bool always;
37
38     ace_validity_t remember_choice;
39 };