[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - tut-gtk2-dnd-intro

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2012年 12月 17日 (月) 13:49:40 JST


-------------------------
REMOTE_ADDR = 184.145.81.223
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-dnd-intro
-------------------------
@@ -271,6 +271,18 @@
      #	If you are using Gtk::TextView as source and/or destination, you
      #	may alse need to initialize {{ $text_buffer }} global variable to
      #	your {{ Gtk::TextView#buffer }}.
+     =begin
+       Gtk::Widget drag related signals and mnemonics of their parameters:
+       -------------------------------------------------------------------
+       drag-begin ............... self, drag_context
+       drag-data-delete ......... self, drag_context
+       drag-data-get ............ self, drag_context, data, info, time
+       drag-data-received ....... self, drag_context, x, y, data, info, time
+       drag-drop ................ self, drag_context, x, y, time
+       drag-end ................. self, drag_context
+       drag-leave ............... self, drag_context, time
+       drag-motion .............. self, drag_context, x, y, time
+     =end
        def prn_dnd_sig_parms(sig, *parms)
          return if (!($DEBUG||=false)) && (!($MONITOR||=false))
          w=dc=x=y=d=i=t=nil




ruby-gnome2-cvs メーリングリストの案内
Back to archive index