mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
- Add support for type checking boxed types - Remove support for converting string and number literals - Add the `typeof()` operator for GType literals
14 lines
No EOL
157 B
Text
14 lines
No EOL
157 B
Text
using Gtk 4.0;
|
|
using Gio 2.0;
|
|
|
|
Gtk.Shortcut {
|
|
trigger: "Escape";
|
|
}
|
|
|
|
Picture {
|
|
paintable: "/path/to/paintable";
|
|
}
|
|
|
|
ColorButton {
|
|
rgba: "rgb(0, 0, 0)";
|
|
} |