gtkrs-tutorials icon indicating copy to clipboard operation
gtkrs-tutorials copied to clipboard

2021 Tutorial for GTK-rs

Results 4 gtkrs-tutorials issues
Sort by recently updated
recently updated
newest added

Trying with this: ``` $ cat Cargo.toml [package] name = "gtk-todo" version = "0.1.0" edition = "2021" [dependencies] gtk4 = { version = "0.4.7", features = ["v4_6"] } cascade =...

Is using the gtk widgets both as user-facing display and program-facing source-of-truth "the good idea", or is it just a first-order solution used to not introduce too many ideas at...

I know I'm probably in the minority of people who develop in Rust _primarily_ for Windows, but I'm sure GTK app developers would like to target Windows and Mac as...

The last code listing in [Chapter 1.4](https://mmstick.github.io/gtkrs-tutorials/1x04-event-driven.html) panics for me. `gtk-3.0.lib`: 3.24.28 `glib-2.0.lib`: 2.68.1 `rustc`: 0.53.0 `gtk`: 0.14.0 `glib`: 0.14.2 Downgrading to `gtk = 0.9`, the version used in [Chapter...