SwipeTracker
Object Hierarchy:
Description:
[
CCode ( type_id =
"hdy_swipe_tracker_get_type ()" ) ]
public class SwipeTracker :
Object,
Orientable
Content:
Properties:
- public bool allow_mouse_drag { get; set; }
Whether to allow dragging with mouse pointer.
- public bool enabled { get; set; }
Whether the swipe tracker is enabled.
- public bool reversed { get; set; }
Whether to reverse the swipe direction.
- public Swipeable swipeable { get; construct; }
The widget the swipe tracker is attached to.
Creation methods:
Methods:
Signals:
- public signal void begin_swipe (NavigationDirection direction, bool direct)
This signal is emitted when a possible swipe is detected.
- public signal void end_swipe (int64 duration, double to)
This signal is emitted as soon as the gesture has stopped.
- public signal void update_swipe (double progress)
This signal is emitted every time the progress value changes.
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface Gtk.Orientable