magic number cleanup
[framework/uifw/cbhm.git] / src / clipdrawer.h
1 #ifndef _clipdrawer_h_
2 #define _clipdrawer_h_
3
4 #define CLIPDRAWER_POS_X 0
5 #define CLIPDRAWER_POS_Y 465
6 #define CLIPDRAWER_WIDTH 480
7 //#define CLIPDRAWER_HEIGHT 335
8 #define CLIPDRAWER_HEIGHT 360
9 #define SCREEN_HEIGHT 800
10
11 /* view maintains */
12 int clipdrawer_init(void *data);
13 int clipdrawer_create_view(void *data);
14 void clipdrawer_activate_view(void *data);
15 //void clipdrawer_hide_view(void *data);
16 void clipdrawer_lower_view(void *data);
17
18 const char* clipdrawer_get_plain_string_from_escaped(char *escstr);
19 int clipdrawer_update_contents(void *data);
20
21 int clipdrawer_add_image_item(char *imagepath);
22
23 #endif // _clipdrawer_h_