-
**Bug description**
This is an unusual one. I have some code that was grabbing the grandparents of columnview listcell entries so that I could use them for dragging and drop, since painting a singl…
-
These methods are currently allowed to return any value:
https://github.com/gtk-rs/gtk4-rs/blob/fb59005041d06bc275de3ff23a740395b6332c1e/gtk4/src/subclass/entry_buffer.rs#L18-L26
But GTK require…
-
Celeste close some seconds after i open it:
```
thread 'main' panicked at celeste/src/launch.rs:1920:33:
internal error: entered unreachable code
stack backtrace:
```
Terminal doesn't show a…
-
When I have a struct like:
```rs
#[derive(Debug, CompositeTemplate)]
#[template(resource = "/dev/Cogitri/test/ui/my_window.ui")]
pub struct MyWindow {
#[template_child]
…
-
Hi,
i just wanted to compile my program on i386 (Atom based netbook) but the steps show the following errors. I _guess_ this is due to the netbook being 32bit? Or could this be something different?
…
-
### Problem
I've patched some git dependencies to get fetched from another repository. `cargo build` works perfectly fine, but when running `cargo vendor` _some_ dependencies don't get put in the `…
-
HowDoI: Using Application, Getting Started with GTK+: Basics
Broken links
-
Is there any instructions on how to build and what are the dependencies?
-
It would be great if Biblioteca would provide binding specific documentation for at least Vala, GJS, PyGObject and gtk-rs.
In the simplest form it could do that by having links from all pages to the …
-
Here is what I did:
```
git clone https://github.com/gtk-rs/examples
/c/Users/davidm/.cargo/config
[target.x86_64-pc-windows-gnu]
linker = "c:/dev/msys64/mingw64/bin/x86_64-w64-mingw32-gcc"
…