add close button
[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
9 /* view maintains */
10 int clipdrawer_init(void *data);
11 int clipdrawer_create_view(void *data);
12 void clipdrawer_activate_view(void *data);
13 //void clipdrawer_hide_view(void *data);
14 void clipdrawer_lower_view(void *data);
15
16 const char* clipdrawer_get_plain_string_from_escaped(char *escstr);
17 int clipdrawer_update_contents(void *data);
18
19 int clipdrawer_add_image_item(char *imagepath);
20
21 #endif // _clipdrawer_h_