blueprint-compiler/tests/samples/parseable.blp
James Westman 2130c78da9
Accept string literals for parseable types
GtkBuilder knows some class-specific parsing methods, so we can use
string literals for these types and pass them straight to the XML.
2021-11-25 18:43:37 -06:00

5 lines
54 B
Text

using Gtk 4.0;
Gtk.Shortcut {
trigger: "Escape";
}