Add in a capacity widget and set up the callbacks to update it.

This commit is contained in:
Jaime Thomas
2008-12-24 22:59:59 +00:00
parent 883498c9b1
commit 45ad964b15
17 changed files with 288 additions and 4 deletions

View File

@ -3,6 +3,7 @@
#define ECDB_WIDGETS_H
void ecdb_widget_focus_callback_add(Evas_Object *o, const char *name);
Evas_Object *ecdb_widget_add(Evas_Object *parent, const char *name);
Evas_Object *ecdb_button_add(Evas_Object *parent, const char *name);
void ecdb_button_label_set(Evas_Object *b, const char *label);