ruby-****@sourc*****
ruby-****@sourc*****
2012年 1月 4日 (水) 05:05:10 JST
------------------------- REMOTE_ADDR = 184.145.92.141 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk-intro ------------------------- @@ -28,6 +28,7 @@ The second line uses Gtk::Window.new to create a new GTK window with default parameters, as follows: * size: 200x200 * style: Gtk::Window::TOPLEVEL +* style: Gtk::Window::POPUP (*** does not work ***) * title: same as your program name (here: base.rb) window = Gtk::Window.new