cedlemo / ruby-gtk3-tutorial

Gtk3 tutorial for ruby based on the official C version
107 stars 7 forks source link

Official tutorial? #4

Open ghost opened 6 years ago

ghost commented 6 years ago

Hey cedlemo,

Do you think it would be a good idea to bundle this tutorial with the official ruby-gtk bindings?

It may help more people that way. I only discovered this here more or less by chance (also because I knew you were contributing to the code base of ruby-gtk/gnome).

cedlemo commented 6 years ago

@shevegen ,

It has already been merged :) , you can find it here https://github.com/ruby-gnome2/ruby-gnome2/tree/master/gtk3/sample/tutorial and you should be able to find a local copy where you have installed your gtk3 gem.

For example:

ls .gem/ruby/gems/gtk3-3.2.2/sample                                                                     ~
gtk-demo  misc  tutorial

But you ,are rigth, it would be better if I add a warning at the begining of this tutorial.