ui/common/wrapper.h

changeset 736
3ad4792ffadc
parent 700
7032f69a325c
child 746
7899792496cb
--- a/ui/common/wrapper.h	Thu Aug 28 20:12:43 2025 +0200
+++ b/ui/common/wrapper.h	Sat Aug 30 10:14:46 2025 +0200
@@ -77,6 +77,7 @@
 UIEXPORT UiListSelection* ui_list_get_selection_allocated(UiList *list);
 UIEXPORT int ui_list_selection_get_count(UiListSelection *sel);
 UIEXPORT int* ui_list_selection_get_rows(UiListSelection *sel);
+UIEXPORT void ui_list_set_selected_indices(UiList *list, int *indices, int num);
 UIEXPORT void ui_list_selection_free(UiListSelection *sel);
 
 UIEXPORT int ui_filelist_count(UiFileList *flist);

mercurial