gtk4-rs
gtk4-rs copied to clipboard
Rust bindings of GTK 4
Fixes #1842 Only compile tested cc @felinira @sdroege
We recently had to break public API of `GtkAccessibleValue` in gtk because it was ambiguous, and not aligned to the W3C-ARIA spec. https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/7528 We still use this API in the...
**Bug description** When using this minimal example I get > the trait bound `gtk4::TemplateChild: ToValue` is not satisfied I need to specify the property as `#[property(get = |s: &&Self| (*s.test_widget).clone(),...
I want to access the libwayland pointers returned by gdk-wayland but I have no need for the dependencies pulled in by the wayland_crate feature. I do not want to compile...
Consequence of https://github.com/gtk-rs/gir/pull/1622
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.60.0 to 0.61.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Hi there. I'm building a GTK application. Within this app, I specified a custom location for GTK to look for icons in. The icons in that specific directory load just...
I guess gtk4 0.9.6 should depend on gtk4-sys 0.9.6
**Bug description** Chapter 7: Settings In the code sample for loading and saving states in gschema settings for a switch button, the sample sets the `state` property for the switch...