ruby-****@sourc*****
ruby-****@sourc*****
2012年 11月 20日 (火) 01:22:17 JST
------------------------- REMOTE_ADDR = 184.145.95.170 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-mnstbs-tb ------------------------- @@ -437,8 +437,8 @@ # Add a shadow to the handle box, set the handle position # on the left and set the snap edge to the top of the widget. handle.shadow_type = Gtk::SHADOW_IN - handle.handle_position = Gtk::POS_TOP # or ... Gtk::POS_LEFT - handle.snap_edge = Gtk::POS_TOP # or ... Gtk::POS_LEFT + handle.handle_position = Gtk::POS_TOP # or ... Gtk::POS_LEFT + handle.snap_edge = Gtk::POS_TOP # or ... Gtk::POS_LEFT # ---- handle's signal handlers are optional ----- (start) -- handle.signal_connect('child-detached') do |w, child|