blueprint-compiler/tests/sample_errors/expr_lookup_prop.blp
2022-05-05 00:54:22 -05:00

9 lines
173 B
Text

using Gtk 4.0;
Box {
Label label {
visible: bind label.parent.something;
margin-start: bind label.margin-start.other;
label: bind nothing.parent.label;
}
}