Jeremy Letang
Jeremy Letang
hey @canndrew, I stopped working on ears a while ago, but @jhasse is maintaining a separate fork, maybe you can push your fixes here. https://github.com/jhasse/ears. thanks !
Hi, Sorry but the last update should be before rust1.0, this will need some time to make it work again. I will do it as soon as I have some...
I'm on it.
I'm busy right now, but i will watch this tonight!
this should come soon: https://github.com/rust-lang/rust/pull/14539
I don't think we should change the trait `FFIWidget`. But I agree with you, we should not use `as` style cast, but call `::gtk::ffi::cast_GtkObject()`.
Hey, we planned to push rgtk to `crates.io` but i think it's no ready for the moment, we want to separate each library ( `cairo`, `gtk`, `gdk` ), to make...
hi, I will push it on crates.io soon, but I want to be sure that the library build successfully on each platform ( at least linux + mac osx )...
@klutzy thanks for the help ! It seems that WidgetHelpType was an enum, if change this in my last commit, maybe this fix the ICE? Anyone on Windows can try...
hi, Sorry for the delay. You should add `#[cfg(GTK_3_4)] ...` on the given widget in `gtk/mod.rs` and `gtk/widget/mod.rs` to don't build them if you exclude GTK 3.4 and ulterior version....