using Gtk 4.0; using Adw 1; Label { Box {} } Adw.StatusPage { Box {} Box {} } Gtk.Box { Label {} } Label { label: "foo"; } Switch { state: false; } Button { tooltip-text: "foo"; } Window { title: "foobar"; } Box { visible: true; }