ruby-****@sourc*****
ruby-****@sourc*****
2011年 7月 28日 (木) 14:18:57 JST
------------------------- REMOTE_ADDR = 220.247.243.108 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk-intro ------------------------- @@ -9,6 +9,7 @@ To begin our introduction to GTK, we'll start with the simplest program possible. This program will create a 200x200 pixel window and has no way of exiting except to be killed by using the shell: + require 'rubygems' require 'gtk2' window = Gtk::Window.new window.show