--- a/ui/win32/list.c Sun Dec 07 15:40:40 2025 +0100 +++ b/ui/win32/list.c Sun Dec 07 15:45:30 2025 +0100 @@ -357,7 +357,7 @@ .destroy = w32_widget_default_destroy }; -UIWIDGET ui_combobox_create(UiObject *obj, UiListArgs *args) { +UIWIDGET ui_dropdown_create(UiObject *obj, UiListArgs *args) { HINSTANCE hInstance = GetModuleHandle(NULL); UiContainerPrivate *container = ui_obj_container(obj); HWND parent = ui_container_get_parent(container);