antoyo / relm

Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
MIT License
2.43k stars 78 forks source link

How to add and fill Grid #215

Closed MGlolenstine closed 4 years ago

MGlolenstine commented 4 years ago

Is there a way to init a Grid within view! macro?

antoyo commented 4 years ago

https://github.com/antoyo/relm/blob/51be1a2423a6e86b90eee26ca0ddf6366ff409ee/relm-examples/tests/grid-attributes.rs#L51

MGlolenstine commented 4 years ago

Thanks!