14 lines
200 B
Plaintext
14 lines
200 B
Plaintext
using Gtk 4.0;
|
|
using Adw 1;
|
|
|
|
Adw.ApplicationWindow mainWindow {
|
|
title: "Hello world";
|
|
default-width: 300;
|
|
default-height: 400;
|
|
|
|
Gtk.Box {
|
|
orientation: vertical;
|
|
|
|
Adw.HeaderBar {}
|
|
}
|
|
} |