mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Remove PropertyBinding rule, just use Binding
This commit is contained in:
parent
abc4e5de65
commit
0a4b5d07a1
16 changed files with 100 additions and 179 deletions
5
tests/sample_errors/binding_flags.blp
Normal file
5
tests/sample_errors/binding_flags.blp
Normal file
|
@ -0,0 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Label {
|
||||
label: bind $my_closure() as <Label> bidirectional;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue