ScrollEvent
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdk_scroll_event_get_type ()" ) ]
public class ScrollEvent :
Event
An event related to a scrolling motion.
Content:
Creation methods:
Methods:
- public void get_deltas (out double delta_x, out double delta_y)
Extracts the scroll deltas of a scroll event.
- public ScrollDirection get_direction ()
Extracts the direction of a scroll event.
- public ScrollUnit get_unit ()
Extracts the scroll delta unit of a scroll event.
- public bool is_stop ()
Check whether a scroll event is a stop scroll event.
Inherited Members:
All known members inherited from class Gdk.Event