Gtk2::Gdk::Event::Scroll.3pm

Langue: en

Version: 2008-02-12 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Gtk2::Gdk::Event::Scroll

HIERARCHY

   Gtk2::Gdk::Event
   +----Gtk2::Gdk::Event::Scroll
 
 

METHODS


device or undef = $eventscroll->device ($newvalue=undef)


device or undef = $eventscroll->device ($newvalue=undef)

$newvalue (Gtk2::Gdk::Device or undef)

scrolldirection = $eventscroll->direction ($newvalue=0)


scrolldirection = $eventscroll->direction ($newvalue=0)

$newvalue (Gtk2::Gdk::ScrollDirection)

double = $event->x ($newvalue=0.0)


double = $event->x ($newvalue=0.0)

$newvalue (double)

double = $event->y ($newvalue=0.0)


double = $event->y ($newvalue=0.0)

$newvalue (double)

ENUMS AND FLAGS


enum Gtk2::Gdk::ScrollDirection

'up' / 'GDK_SCROLL_UP'
'down' / 'GDK_SCROLL_DOWN'
'left' / 'GDK_SCROLL_LEFT'
'right' / 'GDK_SCROLL_RIGHT'

SEE ALSO

Gtk2 Copyright (C) 2003-2007 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.