blueprint-compiler/tests/formatting/lists_in.blp
2025-01-04 16:29:15 +00:00

21 lines
144 B
Text

using Gtk 4.0;
Box {
styles []
}
Box {
styles ["a"]
}
Box {
styles ["a",]
}
Box {
styles ["a", "b"]
}
Box {
styles ["a", "b",]
}