How to connect built in models with a custom model? #488
-
In Relm4 one creates models to represent the state, but some GTK4 widgets have their own models like |
Beta Was this translation helpful? Give feedback.
Answered by
AaronErhardt
Jul 13, 2023
Replies: 1 comment 1 reply
-
Relm4 0.6 introduced data bindings to address this problem. However, they are not covered by the book yet. You can find documentation for them here and an example here. I hope this helps you :) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MStarha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relm4 0.6 introduced data bindings to address this problem. However, they are not covered by the book yet.
You can find documentation for them here and an example here.
I hope this helps you :)