adwaita.docc/Resources/Declarative/HelloWorld2.swift
2024-04-13 21:41:48 +02:00

8 lines
224 B
Swift

Window(id: "example") { _ in
StatusPage("Hello, world!", description: "Adwaita for Swift")
.topToolbar {
HeaderBar()
.showTitle(false)
}
}
.defaultSize(width: 300, height: 300)