-
The window always opens in the same part (close to top left) of my monitor every time, no matter what values for `Point` i feed it.
This is likely also the reason that `Dropdown` from the widget-nu…
arifd updated
3 years ago
-
I'm using `for c in listbox.get_children()` from gtk3-rs. This will probably become legacy code, because the handling of children can probably be done via model bindings in gtk4. However, it might sti…
-
Instead of panicking like normal widgets, creating a custom widget causes a SIGSEGV on my machine running Fedora 34, gtk4 4.2.1 and gtk4-rs from master.
```rust
use gtk4::{glib, subclass::prelude:…
-
**Bug description**
https://download.copr.fedorainfracloud.org/results/remilauzier/gtk/fedora-rawhide-x86_64/02306636-rust-gtk4-sys/builder-live.log.gz
In file included from tests/constant.c:5:
t…
ghost updated
3 years ago
-
This is a proposal to split the following crates out of the main mono repo and move them to a `gtk3-rs` repository, similar to the `gtk4-rs` one.
- gtk/gtk-sys
- gdk/gdk-sys
- gdk-x11/gdkx11-sys…
-
![Capture d’écran du 2021-03-17 22-59-09](https://user-images.githubusercontent.com/6277494/111544353-3deb9880-876c-11eb-8f55-d764f7f75501.png)
No idea what is happening, I'll have to bisect becaus…
-
For example in https://gtk-rs.org/gtk4-rs/git/docs/gtk4/struct.SortListModel.html the link `[trait@gio::ListModelExt]` can no longer resolved. Which makes sense because it no longer exists since gtk-r…
-
**Bug description**
After upgrading to gtk/glib 0.14.0 my application and all integration tests fail at:
```
thread 'main' panicked at 'assertion failed: context.is_owner()', /home/user/.cargo/re…
-
Hi,
I'm trying to bind a column of a column view via a nested property expression to a property `person -> address -> street` like this:
```rust
let address_exp = gtk4::PropertyExpression…
njust updated
3 years ago
-
Full message:
```
/tmp/nim/box2.nim(10, 18) Warning: implicit conversion to 'cstring' from a non-const location: el; this will become a compile time error in the future [CStringConv]
```
We ge…