-
I have a Gtk::Window object. However, I'm unable to hide the window. I tried calling the hide() method as well as the iconify() method as mentioned in the documentation: https://gtk-rs.org/docs/gtk/tr…
-
I think the snippet should be buildable and runnable out of the box.
Instead of just
``` rust
use gtk::{Button, Window, WindowType};
```
there should be
``` rust
extern crate gtk;
use gtk::{Button…
-
Hello, I'm a beginner who uses the rust language. I just want to know how to solve this kind of error. I want to make a GUI application using gtk4. Please help me.
### Code
```Rust
```
#…
-
If you take a Callback defined as such
```
pub type GtkShortcutFunc = Option gboolean>;
```
Any function that takes that callback as input param, it will have a `Option` even if the param isn't …
-
Hi,
I'm trying to compile the minimal example (basic.rs) on Windows.
I have a clean MSYS2 setup and Rust also via MSYS2. The packages for Freetype, Gtk3 and Gtk4 are installed.
The Gtk3 versi…
-
It would be nice to be able to include both gdkx11 & gdkwayland directly into the re-exported crates from gtk if those features are enabled.
Of course, the features shouldn't be set by default.
…
-
Note, 13th of February 2023: Next de facto discussion place until further notice is at #779.
————————————
So today I learned that [GitHub threads max out at 2,500 comments](https://github.com/Da…
-
Hi everyone,
I am new to the rust and trying to play around with gtk4-rs.
I subclassed the ApplicationWindow. Everything is compiling but `impl ObjectSubclass for TestWindow {` is showing an err…
-
I updated to latest gtk4-rs: https://gitlab.gnome.org/YaLTeR/video-trimmer/-/commit/83e0f4015484ad3c566db2d11fa9f126a12cb65c#596ffd44ab388aa7cc024f7219a9c39f7788215f
Generally everything became bet…
-
See https://github.com/gtk-rs/gtk4-rs/issues/74 . Especially the minimum supported Rust version should be documented.
CC @bilelmoussaoui