initial upload for tizen 2.0 beta
[apps/home/gallery.git] / ug / ug-gallery-efl / include / ge-rotate-bg.h
1 /*
2  *  ug-gallery-efl
3  *
4  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact: Sangjin Han <sjhan.han@samsung.com>,
7  *                      Jiansong Jin <jiansong.jin@samsung.com>,
8  *                      Jonghyuk Lee <jhyuk47.lee@samsung.com>,
9  *                      Chaolong Lin <chaolong.lin@samsung.com>,
10  *                      Yongjun Zhao <yj123.zhao@samsung.com>
11  *
12  * Licensed under the Apache License, Version 2.0 (the "License");
13  * you may not use this file except in compliance with the License.
14  * You may obtain a copy of the License at
15  *
16  * http://www.apache.org/licenses/LICENSE-2.0
17  *
18  * Unless required by applicable law or agreed to in writing, software
19  * distributed under the License is distributed on an "AS IS" BASIS,
20  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21  * See the License for the specific language governing permissions and
22  * limitations under the License.
23  *
24  */
25
26 #ifdef _USE_ROTATE_BG_GE
27
28 #ifndef _GE_ROTATE_BG_H_
29 #define _GE_ROTATE_BG_H_
30
31 #include "gallery-efl.h"
32
33 Evas_Object *_ge_rotate_bg_add(Evas_Object *parent);
34 int _ge_rotate_bg_set_file(Evas_Object *bg, const char *file, int w, int h);
35 int _ge_rotate_bg_rotate_image(Evas_Object *bg, unsigned int orient);
36 int _ge_rotate_bg_add_image(Evas_Object *bg, int w, int h);
37 int _ge_rotate_bg_set_image_file(Evas_Object *bg, const char *file);
38
39 #endif
40
41 #endif