Initialize Tizen 2.3
[apps/home/settings.git] / setting-password / include / setting-password-main.h
1 /*
2  * setting
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 #ifndef _SETTING_PASSWORD_MAIN_H_
18 #define _SETTING_PASSWORD_MAIN_H_
19
20 #include <setting-password.h>
21
22 static int setting_password_main_create_ui(void *data);
23 static int setting_password_main_create(void *cb);
24
25 static int setting_password_main_draw_1line_password(void *data, void *cb);
26 static int setting_password_main_draw_2line_password(void *data, void *cb);
27 static int setting_password_main_draw_3line_password(void *data, void *cb);
28 static int setting_password_main_clear_1line_password(void *data);
29 static int setting_password_main_clear_2line_password(void *data);
30 static int setting_password_main_clear_3line_password(void *data);
31 static int setting_password_main_check_1line_password(void *data);
32 static int setting_password_main_check_2line_password(void *data);
33 static int setting_password_main_check_3line_password(void *data);
34
35 static void setting_password_main_click_softkey_done_cb(void *data,
36                                                         Evas_Object *obj,
37                                                         void *event_info);
38 static void setting_password_main_click_softkey_cancel_cb(void *data,
39                                                           Evas_Object *obj,
40                                                           void *event_info);
41 static void setting_password_main_warning_entry_added_byte_popup(SettingPasswordUG *ad,
42                                                      int min, int max);
43
44 #endif