-
When I clone and run the example, it compiles and works, really cool!
If I move all the code to a new project with the same sources and Cargo.toml, the build generates an error at line 62 in src/ga…
-
- [ ] enable -sys tests
- [x] nightly docs
- [x] #481
- [x] Windows job
- [x] macOS job
- [ ] Enable tests for macOS job, see https://github.com/gtk-rs/gtk4-rs/issues/1235
-
**Describe the bug**
I have a 2-in-1 laptop that, when switched into tablet mode, automatically pops up with an on-screen keyboard. When i try to create a directory with it, Rnote crashes.
**To …
-
As discussed in https://github.com/gtk-rs/gtk4-rs/issues/846
-
I've wrote a GTK4 application (using https://gtk-rs.org) and was testing it in my compositor. I noticed when I close this application, several X11 windows would be left behind.
The GTK4 application…
-
See https://github.com/gtk-rs/release/issues/196
-
relm4's documentation contains [an example](https://relm4.org/book/stable/child_components.html) that uses [gtk::MessageDialog](https://gtk-rs.org/gtk4-rs/stable/latest/docs/gtk4/struct.MessageDialog.…
-
**Bug description**
```rust
use gtk::prelude::*;
use gtk::glib;
mod imp {
use gtk::{subclass::prelude::*, CompositeTemplate};
use super::*;
#[derive(Debug, Default, Compos…
-
### reproduce
C code
```c
GDK_DEPRECATED_IN_4_10_FOR(gtk_widget_set_visible or gtk_window_present)
void gtk_widget_show
```
```c
__attribute__((__deprecated__("Use '" "gtk_widget_s…
-
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…