-
**Bug description**
`Rect::contains_point(&self, p: &Point)` returns `true` for points which are above the rectangle. It should return `false` when they are not inside it.
This is the code that can …
flxzt updated
3 years ago
-
If you take a look at https://github.com/gtk-rs/gtk4-rs/blob/master/gtk4/Gir.toml, you will see some elements are generated with `cfg_condition = "target_os = \"linux\""`
Those elements are:
```…
-
I'm currently working on an app using relm and GTK3 but I'd like to port it to GTK4 before finishing the UI. And since several other people expressed interest in GTK4 support (#256) I tried to hack in…
-
After update webkit2gtk features from v2_8 to v2_28 I got warning that get_value() and get_global_contex() is Deprecated.
I finded on https://github.com/webview/webview/commit/f78d5821f03cbd0056a84…
-
When running:
```bash
:~/gtk4-rs/examples$ cargo build
```
on Ubuntu 20.04.2 LTS I obtain the following:
```bash
The following warnings were emitted during compilation:
warning: `"pkg-config"…
-
Please forgive the disturbance, but it seems i'm not understanding something fundamental about using gintro. I'm trying to get a rtsp stream into my gtk4 gui and the gnome discourse has helpfully advi…
ITwrx updated
3 years ago
-
Hello, for some reason I cannot get my program to compile to an .exe following https://gtk-rs.org/docs-src/tutorial/cross
I tried to feed into ~/.cargo/config (as the linker value) both
x86_64-w64…
-
Some widgets like `gtk::Box` or `gtk::ApplicationWindow` don't implement the `Default` trait although you can simple use `Widget::builder().build()` to get a default widget. Currently, this workaround…
-
Tried implementing a prototype to explain this alternative approach. Here's a rough draft of some of the differences:
- No differentiation between app components and widget components
- Combines t…
-
**Describe the bug**
I have for a longer time now failed to install this using AUR (spot-client). Thought I would give it a try to build just from source.
**To Reproduce**
Steps to reproduc…