gtk-rs / examples

DEPRECATED, use https://github.com/gtk-rs/gtk-rs repository instead!
MIT License
283 stars 76 forks source link

WIP: add 7gui implementations to examples #303

Closed gwutz closed 4 years ago

gwutz commented 4 years ago

Work in progress for the 7gui implementation

The reason i draft pull request it is that i make this more visible and also need some help. Especially the CRUD application makes me headaches as i have no idea how to filter for results in a ListBox correctly. I think i have to make a mutable shared reference counted object for the model (List) but my experiments didn't worked out.

GuillaumeGomez commented 4 years ago

Saying this upfront but we won't merge this PR, explanations: the goal of this repository is to provide small examples which demontrate (if possible) one feature/widget. Such a big project, even if very nice is completely out of scope here. Now if you have questions, I recommend you to reach us through the different available channels listed here. I'll close the PR in the meantime. Good luck with your implementation!