mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
language: Add cast expressions
This commit is contained in:
parent
2033bd9e16
commit
5cf9b63547
15 changed files with 122 additions and 20 deletions
|
@ -5,5 +5,5 @@ Overlay {
|
|||
}
|
||||
|
||||
Label {
|
||||
label: bind (label.parent).child.label;
|
||||
label: bind (label.parent) as (Overlay).child as (Label).label;
|
||||
}
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
</object>
|
||||
<object class="GtkLabel">
|
||||
<binding name="label">
|
||||
<lookup name="label">
|
||||
<lookup name="child">
|
||||
<lookup name="parent">
|
||||
<lookup name="label" type="GtkLabel">
|
||||
<lookup name="child" type="GtkOverlay">
|
||||
<lookup name="parent" type="GtkLabel">
|
||||
<constant>label</constant>
|
||||
</lookup>
|
||||
</lookup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue