-
In general, we should provide typed methods when possible and `with_type` variants.
Example: `Widget::ancestor(widget, type)` (which currently returns a `Option`) could become `Widget::ancestor::(wid…
-
```
System: Host: rafalkom Kernel: 5.13.0-28-generic x86_64 bits: 64 compiler: gcc v: 11.2.0 Desktop: GNOME 40.5
tk: GTK 3.24.30 wm: gnome-shell dm: GDM3 Distro: Ubuntu 21.10 (Impish …
-
I'm not very familiar with Linux GUI development, so if there's anything incorrect in my following statements, I apologize in advance.
I noticed that it seems possible to embed any `Gtk.Application…
-
I get the "cannot open display" error on MacOS when I try to start the compiled application:
```
(:21916): Gtk-WARNING **: 21:08:42.157: cannot open display:
```
Do I need to set up XQuartz so…
-
Hi,
I love Lists/Errands, and I'd request and suggest that we add the following task categories to the sidebar:
One-time tasks: These are tasks that need to be done once, such as reminders or …
-
**Bug description**
```rust
gtk::Entry::new().set_property("text", None::);
```
=> `Segmentation fault (core dumped)` because `gtk_editable_set_text()`'s argument is not nullable.
**Backtra…
-
In the case of various crates we have for glib based libraries bindings, the documentations generated with a simple `cargo doc` don't contain any documentations due to licensing issues. As we can't "o…
-
### Windows build number:
10.0.25262.1000
### Your Distribution version:
22.10
### Your WSL versions:
Version WSL : 1.0.3.0
Version du noyau : 5.15.79.1
Version WSLg : 1.0.47
Version MSRDC : 1…
-
The gdk-sys crate doesn't have a README but the repository section links to gtk3-rs when that repository is archived. It should be changed to gtk4-rs
-
I've looked around for a while and have yet to find any existing documentation on how to implement keyboard/keypress events when building a gui with relm4. I tried a general search-engine, relm4's doc…