ruby-****@sourc*****
ruby-****@sourc*****
2012年 11月 29日 (木) 03:51:31 JST
------------------------- REMOTE_ADDR = 184.145.80.128 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-dnd-intro ------------------------- @@ -80,10 +80,10 @@ When you are registering a destination, you may need to provide additional flags (Gtk::Drag::DestDefaults), controlling the potential resulting action after the drop. Gtk::Drag.dest_set( - widget = treeview, - flags = Gtk::Drag::DestDefaults::DROP, - targets = TVDND_TARGETS, - actions =Gdk::DragContext::ACTION_ASK + widget = treeview, + flags = Gtk::Drag::DestDefaults::DROP, + targets = TVDND_TARGETS, + actions = Gdk::DragContext::ACTION_ASK )