mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
WIP: List item factories
The current problem is that types aren't inferred properly for GtkListItem.item (it's always considered a GObject, and Gtk needs more type information than that, and cast expressions don't exist yet).
This commit is contained in:
parent
fdf91dc08e
commit
7077a76ba0
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
<binding name="label">
|
||||
<lookup name="label">
|
||||
<lookup name="group">
|
||||
<lookup name="item">GtkListItem</lookup>
|
||||
<lookup name="item" type="GtkCheckButton">GtkListItem</lookup>
|
||||
</lookup>
|
||||
</lookup>
|
||||
</binding>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue