widget TabView { layout = VBox; new HBox tabList { layout = { spacing = -1; } } [hexpand hfill vexpand vfill] new Group clientArea { } tabList = sub(tabList); clientArea = sub(clientArea); }