Add combo_item widget, custom layout for the combo is working again.

This commit is contained in:
Jaime Thomas
2008-12-24 18:59:22 +00:00
parent 786939dabd
commit e3d28d7029
7 changed files with 99 additions and 35 deletions

View File

@ -131,8 +131,8 @@ ecdb_erase_page_show(void)
EINA_LIST_FOREACH(em->drives, l, drive)
{
d = ecdb_button_add(b, NULL);
ecdb_button_label_set(d, drive->product);
d = ecdb_combo_item_add(b, NULL);
ecdb_combo_item_label_set(d, drive->product);
ecdb_combo_append(b, d);
evas_object_show(d);
}