ruby-****@sourc*****
ruby-****@sourc*****
2009年 12月 9日 (水) 03:58:48 JST
------------------------- REMOTE_ADDR = 90.36.110.193 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3AStatusIcon ------------------------- @@ -273,6 +273,13 @@ * button: the button that was pressed, or 0 if the signal is not emitted in response to a button press event * activate_time: the timestamp of the event that triggered the signal emission +--- scroll-event: self, event (Run last) + + The scroll-event signal is emitted when a button in the 4 to 7 range is pressed. Wheel mice are usually configured to generate button press events for buttons 4 and 5 when the wheel is turned. Whether this event is emitted is platform-dependent. + * self: the Gtk::StatusIcon + * event: the new size + * Returns: + --- size-changed: self, size (Run last) Gets emitted when the size available for the image changes, e.g. because the notification area got resized. ((*Since 2.10*)) @@ -285,3 +292,11 @@ == ChangeLog * 2007-02-14 Added. - ((<Masao>)) +* 2009-12-08 Add scroll-vent signam. ((<Vinc-mai>))