antoyo / relm

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

Some widgets may require a call to show_all instead of show #68

Open antoyo opened 7 years ago

antoyo commented 7 years ago

Think about what to do in this case (always call show_all()?). One example is a ToolButton with a icon_widget.