jeremyletang / rgtk

GTK+ bindings and wrappers for Rust (DEPRECATED SEE https://github.com/rust-gnome )
GNU Lesser General Public License v3.0
121 stars 22 forks source link

Add signals and other fixes #157

Closed oakes closed 9 years ago

oakes commented 9 years ago

I added signals for TreeView and TreeSelection. I also added some miscellaneous fixes for problems I found as I went along, such as making some parameters mutable or optional.

jeremyletang commented 9 years ago

hey, thanks for this !