ui/winui/list.h

branch
newapi
changeset 204
4a258d47f964
parent 196
320d85f3cd14
child 221
a82d9beaa94a
--- a/ui/winui/list.h	Thu Oct 05 18:50:42 2023 +0200
+++ b/ui/winui/list.h	Fri Oct 06 19:38:10 2023 +0200
@@ -35,5 +35,7 @@
 
 extern "C" void ui_simple_list_update(UiList * list, int i);
 
+extern "C" void ui_breadcrumbbar_update(UiList * list, int i);
+
 std::vector<int> ui_create_listview_selection(winrt::Microsoft::UI::Xaml::Controls::ListView listview);
 

mercurial