-
@kou,
in Gdk4, it seems that the `Gdk::Atom` class is not automaticaly created, instead of that, all the related function for the atoms are functions of the Gdk4 module:
```ruby
puts Gdk.method…
-
I have Ruby installed via `rtx`:
```bash
$ ruby -v
ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux]
```
To reproduce the problem I've created a simple file `tmp.rb`:
```ruby
# f…
-
Error building on Ubuntu 22.04.1 using rust from apt.
```
david@cavalier:~/build/gnvim$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Rel…
-
https://docs.gtk.org/gtk4/class.DrawingArea.html
Can you please provide a simple example of creating a drawing area and drawing some lines and text?
-
**Bug description**
The [`gdk::Paintable.snapshot()` method](https://gtk-rs.org/gtk4-rs/stable/latest/docs/gdk4/prelude/trait.PaintableExt.html#tymethod.snapshot) doesn't accept a reference to a `g…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. Build `authenticator-4.1.6`.
### Build log
```console
[user@system:~]$ sudo nixos-rebuild switch -v --flake .
$ nix --extra-exper…
-
I am new to GTK, and am trying to learn how to use UI templates in GTK4 under Ruby.
This boiled down testcase application:
```
require 'gtk4'
module MyApplication
class ApplicationWindow < …
-
Hello, I have problems to install gtk-rs4, I followed this tutorial page: https://gtk-rs.org/gtk4-rs/stable/latest/book/installation_windows.html
but I have a problem during the 1st cargo run : `erro…
-
(1) Right now the examples in the gtk4/ subdirectory require the file utils.rb.
Would it be possible to make the gtk4 examples standalone? This is not a big issue either way, but more of a convenie…
-
I build GTK 4 without X11 support, as I exclusively use Wayland on my systems, and this prevents this crate from building, with the given error log:
```
The following warnings were emitted during co…