Add in a capacity widget and set up the callbacks to update it.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user