--- a/ui/cocoa/container.m Wed Jun 03 19:07:24 2026 +0200 +++ b/ui/cocoa/container.m Wed Jun 03 19:58:39 2026 +0200 @@ -143,6 +143,16 @@ return (__bridge void*)scrollview; } +static int64_t tabview_get(UiInteger *i) { + NSView<TabView, Container> *tabview = (__bridge id)i->obj; + return 0; +} + +static void tabview_set(UiInteger *i, int64_t value) { + NSView<TabView, Container> *tabview = (__bridge id)i->obj; + +} + UIWIDGET ui_tabview_create(UiObject *obj, UiTabViewArgs *args) { NSView<TabView, Container> *tabview; switch(args->tabview) {