preliminary variant syntax

This commit is contained in:
jgcodes2020 2024-12-14 10:33:46 -05:00
parent 778a979714
commit f894301571
4 changed files with 58 additions and 3 deletions

6
variant-test.blp Normal file
View file

@ -0,0 +1,6 @@
using Gtk 4.0;
Button {
action-name: "app.shave_yak";
action-target: variant<"y">("8");
}