blueprint-compiler/tests/samples/parseable.blp
2024-04-06 14:33:20 -05:00

13 lines
No EOL
142 B
Text

using Gtk 4.0;
Gtk.Shortcut {
trigger: "Escape";
}
Picture {
paintable: "/path/to/paintable";
}
ColorButton {
rgba: "rgb(0, 0, 0)";
}