More work on the buttons

This commit is contained in:
Jaime Thomas
2008-09-15 13:31:30 +00:00
parent 999198edc7
commit 7f898d8daf
8 changed files with 21 additions and 1 deletions

View File

@ -13,4 +13,6 @@ int ecdb_image_init(void);
/* This is misc after all */
int ecdb_match_keyword(const char *chk, const char *key, int len);
char *ecdb_strip_next_argument(const char *strip);
void ecdb_button_icon_swallow(Evas *e, Evas_Object *b,
const char *iname);
#endif