4 #include <Elementary.h>
6 #define APPNAME "Clipboard History Manager"
7 #define LOCALEDIR "/usr/share/locale"
9 #define EDJ_PATH "/usr/share/edje"
10 #define APP_EDJ_FILE EDJ_PATH"/cbhmdrawer.edj"
11 #define GRP_MAIN "cbhmdrawer"
13 typedef enum _anim_status_t
27 Evas_Object *win_main;
28 Evas_Object *ly_main; // layout widget based on EDJ
29 /* add more variables here */
30 Evas_Object *hig; // history item gengrid
31 unsigned int hicount; // history item count
33 anim_status_t anim_status;
35 Eina_Bool pastetextonly;
38 void* g_get_main_appdata();
40 #endif /* _cbhm_main_h_ */