Sha256: 85fc9ae34e6042e0b5b6d6c6eb76a7334a6b8fff50c94d1b3c24d2874627d929

Contents?: true

Size: 548 Bytes

Versions: 15

Compression:

Stored size: 548 Bytes

Contents

# Step 2: Populating the window

The original files are located in the following directory.

- https://gitlab.gnome.org/GNOME/gtk/-/blob/main/examples/application2

They are written in C language and use GResource because it is the best way in C language.
But when it comes to Ruby language, GResource is not the best way especially when the resource only includes ui files.
So, the program here uses a string instead of a resource.
If you want to know how to program with GResource in Ruby language, see gtk3/sample/tutorial/exampleapp2 directory.

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
gtk4-4.2.7 sample/examples/application2/README.md
gtk4-4.2.6 sample/examples/application2/README.md
gtk4-4.2.5 sample/examples/application2/README.md
gtk4-4.2.4 sample/examples/application2/README.md
gtk4-4.2.3 sample/examples/application2/README.md
gtk4-4.2.2 sample/examples/application2/README.md
gtk4-4.2.1 sample/examples/application2/README.md
gtk4-4.2.0 sample/examples/application2/README.md
gtk4-4.1.9 sample/examples/application2/README.md
gtk4-4.1.8 sample/examples/application2/README.md
gtk4-4.1.7 sample/examples/application2/README.md
gtk4-4.1.6 sample/examples/application2/README.md
gtk4-4.1.5 sample/examples/application2/README.md
gtk4-4.1.4 sample/examples/application2/README.md
gtk4-4.1.3 sample/examples/application2/README.md