ui/common/wrapper.h

changeset 693
3e1cd004da0a
parent 660
c177258917c3
child 700
7032f69a325c
--- a/ui/common/wrapper.h	Tue Aug 12 14:56:10 2025 +0200
+++ b/ui/common/wrapper.h	Wed Aug 13 18:56:18 2025 +0200
@@ -74,6 +74,10 @@
 UIEXPORT int ui_event_get_int(UiEvent *event);
 UIEXPORT int ui_event_get_set(UiEvent *event);
 
+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_selection_free(UiListSelection *sel);
 
 
 #ifdef __cplusplus

mercurial