blueprint-compiler/tests/samples/combo_box_text.blp
James Westman be3c0de670
Remove some semicolons
Remove semicolons everywhere except 'using' statements, properties,
attributes, and signals.

This should be the last breaking change to the syntax.
2021-11-30 21:04:35 -06:00

9 lines
106 B
Text

using Gtk 4.0;
ComboBoxText {
items [
"Hello, world!",
_("Hello!"),
item_id: "item",
]
}