mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
35 lines
No EOL
256 B
Text
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;
|
|
} |