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