1Gtk2::Gdk::Event::ScrolUls(e3r)Contributed Perl DocumentGattki2o:n:Gdk::Event::Scroll(3)
2
3
4
6 Gtk2::Gdk::Event::Scroll
7
9 Gtk2::Gdk::Event
10 +----Gtk2::Gdk::Event::Scroll
11
13 device or undef = $eventscroll->device ($newvalue=undef)
14 · $newvalue (Gtk2::Gdk::Device or undef)
15
16 scrolldirection = $eventscroll->direction ($newvalue=0)
17 · $newvalue (Gtk2::Gdk::ScrollDirection)
18
19 double = $event->x ($newvalue=0.0)
20 · $newvalue (double)
21
22 double = $event->y ($newvalue=0.0)
23 · $newvalue (double)
24
26 enum Gtk2::Gdk::ScrollDirection
27 · 'up' / 'GDK_SCROLL_UP'
28
29 · 'down' / 'GDK_SCROLL_DOWN'
30
31 · 'left' / 'GDK_SCROLL_LEFT'
32
33 · 'right' / 'GDK_SCROLL_RIGHT'
34
36 Gtk2
37
39 Copyright (C) 2003-2011 by the gtk2-perl team.
40
41 This software is licensed under the LGPL. See Gtk2 for a full notice.
42
43
44
45perl v5.30.1 2020-01-30 Gtk2::Gdk::Event::Scroll(3)