ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 21日 (土) 10:33:10 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gdk%3A%3AEvent ------------------------- @@ -68,6 +68,12 @@ == Instance Methods +--- button + + Gdk::Event#buttom method returns the button number pressed: {left=1, right=3, left+right=3} Verify this on your system, it may be system depend. + * Returns: buttom number pressed: 1, 2 or 3. + + --- put Appends a copy of the self onto the front of the event queue for Gdk::EventAny#window 's display, or the default event queue if Gdk::Event#window is nil. See Gdk::Display#put_event.