gtk4-rs icon indicating copy to clipboard operation
gtk4-rs copied to clipboard

Rust bindings of GTK 4

Results 191 gtk4-rs issues
Sort by recently updated
recently updated
newest added

This chapter let's the To-Do app use libadwaita without adding additional functionality. The main change is that it uses boxed lists now.

Avoid running unnecessary jobs as the book depends on stable release instead nowadays

Relm4 optionally supports libpanel-rs and therefore installs libpanel in it's docs CI job (which uses the gtk-rs container to reduce build times). However, libpanel requires meson 0.60 but Ubuntu 20.04...

The signature of the gtk method is ```c /** * gtk_label_get_selection_bounds: * @self: a `GtkLabel` * @start: (out) (optional): return location for start of selection, as a character offset *...

question
gtk

Marked as WIP until 0.30.0 is released. Open questions: Should the functions return a result or option now? note that there are two different errors involved and option might be...

Here's a simpler procedure if you don't want to build GTK4: 1. download the GTK4 binaries from https://github.com/ruifengx/gnome-build/releases/tag/v0.1-20220403 2. uncompress the archive in your preferred location, let's call it `%GTK4_INSTALL_DIR%`...

enhancement
book
windows

When installing GTK4 for my windows to develop with Rust, I ran into this error when executing **rustup toolchain install stable-gnu**: _error: DEPRECATED: future versions of rustup will require --force-non-host...

book
windows