Tutorial by Examples

# Like any other ruby code, require gtk3 after installing from "gem install gtk3" require 'gtk3' # Like in Rails, you import working functions from a higher class, in this case the GTK Window class RubyApp < Gtk::Window # Calling the original method from GTK Window and redefinin...

Page 1 of 1