| 713:f279d3cf2bf5 | 714:3905f542e150 |
|---|---|
| 29 #import "toolkit.h" | 29 #import "toolkit.h" |
| 30 #import "container.h" | 30 #import "container.h" |
| 31 #import "../ui/tree.h" | 31 #import "../ui/tree.h" |
| 32 | 32 |
| 33 #import "ListDataSource.h" | 33 #import "ListDataSource.h" |
| 34 | |
| 35 void ui_tableview_update(UiList *list, int i); | |
| 36 UiListSelection ui_tableview_getselection(UiList *list); | |
| 37 void ui_tableview_setselection(UiList *list, UiListSelection selection); |