-
I you currently look at the gtk4-rs Button docs, you will see quite a few of broken references.
For example:
"Button-like widgets like [classGtk.ToggleButton], [classGtk.MenuButton], [classGtk.Volum…
-
**Bug description**
https://download.copr.fedorainfracloud.org/results/remilauzier/gtk/fedora-rawhide-x86_64/02306658-rust-gtk4-macros/builder-live.log.gz
error[E0433]: failed to resolve: use of u…
ghost updated
3 years ago
-
**Bug description**
Property `icon-size` of type `gtk::Image` has wrong type `IconSize` while it should be `i32`.
[gtk3](https://developer.gnome.org/gtk3/stable/GtkImage.html#GtkImage--icon-size…
-
Hello, I am trying to use `TreeView` to show files (documents / folders). In this treeview I want to enable drag and drop but I don't want to allow files to be dropped into documents.
I tried to s…
-
**Bug description**
(It doesn't always happen. I've gotten it 2/5 times.)
Run the below application and press the Button.
The app should close with "Segmentation fault (core dumped)".
The proble…
-
see https://github.com/gtk-rs/gtk-rs-core/pull/116#issuecomment-855253011
logs from gtk4-rs examples:
```
error[E0433]: failed to resolve: use of undeclared crate or module `glib`
--> examp…
-
Assuming the docs are correct, the gtk4::init() can be used to initialize a GTK app. However it just panics on my system and does so unconditionally.
My system: Ubuntu 21.04 with gtk4 4.0.3-4 and r…
-
I'm a Windows user and i used msys to build gtk4-rs. The problem is that msys creates a pkgconfig file named "pkg-config" instead of "pkg_config" and gtk-rs searches for "pkg_config" instead of "pkg-c…
-
Doing so in gtk4-rs
```toml
[[object]]
name = "Gtk.PrintCapabilities"
status = "generate"
cfg_condition = "target_os = \"linux\""
```
Where PrintCapabilities is a flag, it doesn't generate any …
-
Since a few days, I cannot attach a `glib::Receiver` to the `MainContext` anymore.
Minified example (using gtk4):
```rust
use glib::{prelude::Continue, PRIORITY_DEFAULT};
fn main() -> Result {…