application/main.c

changeset 855
37f8a9fa8251
parent 853
380ec881faa2
child 856
b769e01035a7
equal deleted inserted replaced
854:9291921f21c5 855:37f8a9fa8251
498 return FALSE; 498 return FALSE;
499 } 499 }
500 500
501 void sourcelist_getvalue(UiList *list, void *sublistdata, void *rowdata, int index, UiSubListItem *item, void *userdata) { 501 void sourcelist_getvalue(UiList *list, void *sublistdata, void *rowdata, int index, UiSubListItem *item, void *userdata) {
502 item->label = strdup(rowdata); 502 item->label = strdup(rowdata);
503 item->button_icon = strdup("view-more-horizontal");
503 item->eventdata = sublistdata; 504 item->eventdata = sublistdata;
504 } 505 }
505 506
506 typedef struct Item { 507 typedef struct Item {
507 UiObject *obj; 508 UiObject *obj;

mercurial