using Gtk 4.0; using Adw 1; Gtk.Label label {} Adw.Breakpoint { condition ("max-width: 600px") setters { label.label: _("Hello, world!"); label.visible: false; label.extra-menu: null; } }