ui/win32/list.h

changeset 1053
f9976b83795c
parent 998
55508508ba4d
--- a/ui/win32/list.h	Thu Jan 22 23:18:00 2026 +0100
+++ b/ui/win32/list.h	Fri Jan 23 16:13:42 2026 +0100
@@ -64,6 +64,7 @@
 
 int ui_listview_eventproc(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
 W32Size ui_listview_get_preferred_size(W32Widget *widget);
+void ui_listview_destroy(W32Widget *widget);
 
 void ui_listview_update(UiList *list, int row);
 UiListSelection ui_listview_getselection_impl(UiList *list);

mercurial