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:
James Westman 2022-07-18 16:52:55 -05:00
parent fdf91dc08e
commit 7077a76ba0
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
2 changed files with 2 additions and 2 deletions

View file

@ -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>