mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
expressions: Validate lookup expressions
This commit is contained in:
parent
cc1d2ab78f
commit
76a482affb
8 changed files with 50 additions and 9 deletions
|
@ -10,7 +10,7 @@
|
|||
<binding name="visible-child">
|
||||
<lookup name="parent" type="GtkButton">
|
||||
<closure function="my_closure" type="GtkButton">
|
||||
<lookup name="parent">
|
||||
<lookup name="parent" type="GtkBox">
|
||||
<constant>box</constant>
|
||||
</lookup>
|
||||
</closure>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue