2736c6492cd23e1688a403c71854c080e89edc92
[apps/native/volume-app.git] / src / _util_efl.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://www.tizenopensource.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 #ifndef __VOLUME_UTIL_EFL_H__
18 #define __VOLUME_UTIL_EFL_H__
19
20 #include <Elementary.h>
21
22 Evas_Object *_add_window(const char *name);
23 Evas_Object *_add_naviframe(Evas_Object *parent);
24 Evas_Object *_add_bg(Evas_Object *parent, char *style);
25 Evas_Object *_add_layout_main(Evas_Object *parent,
26                 Eina_Bool content, Eina_Bool transparent);
27 Evas_Object *_add_layout(Evas_Object *parent,
28                 const char *file, const char *group);
29 Evas_Object *_add_controlbar(Evas_Object *parent, const char *style);
30 Evas_Object *_add_scroller(Evas_Object *parent,
31                 Eina_Bool h_bounce, Eina_Bool v_bounce);
32 Evas_Object *_add_genlist(Evas_Object *parent);
33 Evas_Object *_add_button(Evas_Object *parent, const char *style);
34 Evas_Object *_add_popup(Evas_Object *parent);
35 Evas_Object *_add_progressbar(Evas_Object *parent, const char *style);
36 Evas_Object *_add_label(Evas_Object *parent, char *text);
37 #endif
38 /* __VOLUME_UTIL_EFL_H__ */
39