summaryrefslogtreecommitdiff
path: root/lib/common/include/ct-group.h
blob: 6e7661e29654223e2a680b4b6665aa00a3f238fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
* Copyright 2012 Samsung Electronics Co., Ltd
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://floralicense.org/license/
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/


#ifndef __CT_GROUP_H__
#define __CT_GROUP_H__

Evas_Object* phone_create_group_view(ph_view_info *view_info);
Evas_Object* phone_create_group_view_ug(ui_gadget_h ug, Evas_Object *parent, int ug_request);
void phone_group_set_navi(Evas_Object *layout);
void phone_group_view_reset(Evas_Object *base);
void phone_group_view_language_changed(Evas_Object *navi);
void phone_group_set_background(Evas_Object *obj, bool is_background);
void phone_group_email_result_cb(void *data, int *list, int cnt);
void phone_group_message_result_cb(void *data, int *list, int cnt);


#endif /* __CT_GROUP_H__ */