blueprint-compiler/tests/samples/style.blp
James Westman f8478adf3a
Use array-like syntax for styles, file filters
These are now pseudo-properties with brackets around the array items,
for consistency with more familiar languages.
2021-11-12 09:39:47 -06:00

5 lines
60 B
Text

using Gtk 4.0;
Label {
styles: ["class-1", "class-2"];
}