Gtk2::Gdk::Event::Scroll(3) User Contributed Perl Documentation Gtk2::Gdk::Event::Scroll(3)
NAME
Gtk2::Gdk::Event::Scroll
HIERARCHY
Gtk2::Gdk::Event
+----Gtk2::Gdk::Event::Scroll
METHODS
device or undef = $eventscroll->device ($newvalue=undef)
o $newvalue (Gtk2::Gdk::Device or undef)
scrolldirection = $eventscroll->direction ($newvalue=0)
o $newvalue (Gtk2::Gdk::ScrollDirection)
double = $event->x ($newvalue=0.0)
o $newvalue (double)
double = $event->y ($newvalue=0.0)
o $newvalue (double)
ENUMS AND FLAGS
enum Gtk2::Gdk::ScrollDirection
o 'up' / 'GDK_SCROLL_UP'
o 'down' / 'GDK_SCROLL_DOWN'
o 'left' / 'GDK_SCROLL_LEFT'
o 'right' / 'GDK_SCROLL_RIGHT'
SEE ALSO
Gtk2
COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.
perl v5.12.1 2010-07-05 Gtk2::Gdk::Event::Scroll(3)