Combos work now, fix popup placement, move burn image gui stuff into its own file.
This commit is contained in:
@ -11,7 +11,7 @@ Evas_Object *ecdb_check_add(Evas_Object *parent, const char *name);
|
||||
void ecdb_check_label_set(Evas_Object *c, const char *label);
|
||||
void ecdb_check_states_set(Evas_Object *c, const char *ystate,
|
||||
const char *nstate);
|
||||
void ecdb_check_state_set(Evas_Object *c, int state);
|
||||
void ecdb_check_checked_set(Evas_Object *c, int state);
|
||||
int ecdb_check_checked_get(Evas_Object *c);
|
||||
|
||||
Evas_Object *ecdb_entry_add(Evas_Object *parent, const char *name);
|
||||
@ -31,9 +31,11 @@ void ecdb_combo_collapse(Evas_Object *c);
|
||||
void ecdb_combo_header_create_set(Evas_Object *c, Evas_Object *
|
||||
(*func)(Evas_Object *c,
|
||||
const char *name,
|
||||
void *data,
|
||||
Evas_Object *clicked,
|
||||
int idx));
|
||||
int ecdb_combo_selected_get(Evas_Object *c);
|
||||
void ecdb_combo_data_set(Evas_Object *c, void *data);
|
||||
|
||||
Evas_Object *ecdb_label_add(Evas_Object *parent, const char *name);
|
||||
void ecdb_label_text_set(Evas_Object *l, const char *text);
|
||||
|
Reference in New Issue
Block a user