blueprint-compiler/linter.blp
2024-01-23 01:00:22 +01:00

35 lines
No EOL
256 B
Text

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;
}