bodil / vgtk

A declarative desktop UI framework for Rust built on GTK and Gtk-rs
http://bodil.lol/vgtk/
Other
1.05k stars 37 forks source link

Implement Notebook append_page with tab_label widget #53

Closed njust closed 3 years ago

njust commented 4 years ago

This change allows to add tab items to a notebook with a custom widget as label. Useful if you want to implement a close button in the tab. `