38 |
38 |
39 extern "C" void ui_breadcrumbbar_update(UiList * list, int i); |
39 extern "C" void ui_breadcrumbbar_update(UiList * list, int i); |
40 |
40 |
41 std::vector<int> ui_create_listview_selection(winrt::Microsoft::UI::Xaml::Controls::ListView listview); |
41 std::vector<int> ui_create_listview_selection(winrt::Microsoft::UI::Xaml::Controls::ListView listview); |
42 |
42 |
|
43 extern "C" UiListSelection ui_listview_getselection(UiList *list); |
|
44 extern "C" void ui_listview_setselection(UiList *list, UiListSelection selection); |
|
45 |
|
46 extern "C" UiListSelection ui_dropdown_getselection(UiList *list); |
|
47 extern "C" void ui_dropdown_setselection(UiList *list, UiListSelection selection); |