Sebastian Dröge
Sebastian Dröge
The docs are autogenerated from the C documentation, which unfortunately contains C examples. I don't think we can solve that in any nice way currently, @GuillaumeGomez ? See https://github.com/gtk-rs/examples/ for...
CC @antoyo
You can also pass `None::` FWIW. These problems exist because functions can't declare default types for generic parameters yet.
You need to have `xvfb` or some other X11 server running.
Support for implementing `FileChooser` is not implemented in the bindings yet. You'd have to implement `IsImplementable` for that in the bindings and also add a `FileChooserImpl`, etc., similar to the...
> This looks not very useful. `FromValue` is not implemented for a `glib::Object` (and `gtk::Widget`), so handler's arguments are limited to primitive types. This should be less of a problem...
Could maybe make use of https://crates.io/crates/label for this
> the clippy lint @GuillaumeGomez That's from old code and a new clippy lint, and because we always use latest beta this now triggers for an unrelated PR. Want to...
Do you have Windows versions of the GTK libraries and its dependencies installed and their pkg-config file visible to the environment where you're building your code?
I wouldn't suggest using the vcpkg packages as they have a custom build system different from upstream and last I checked it compiled but didn't work. Writing a custom CMake...