blueprint-compiler/tests/sample_errors/read_only_properties.blp
James Westman f78478bea1 validation: Writable/construct-only properties
Add two new errors, one for non-writable properties and another for
binding construct-only properties.
2022-04-28 22:52:30 -05:00

6 lines
95 B
Text

using Gtk 4.0;
ComboBox combo_box {
has-entry: bind combo_box.visible;
scale-factor: 2;
}