Class

PhocGestureDrag

[]

Description [src]

class Phoc.GestureDrag : Phoc.GestureSingle
{
  /* No available fields */
}

A drag gesture.

[]

Constructors

phoc_gesture_drag_new
No description available.

[]

Instance methods

Methods inherited from PhocGestureSingle (1)
Methods inherited from PhocGesture (15)
Methods inherited from GObject (43)
[]

Properties

Properties inherited from PhocGestureSingle (1)
Properties inherited from PhocGesture (1)
[]

Signals

Phoc.GestureDrag::drag-begin

This signal is emitted whenever dragging starts.

Phoc.GestureDrag::drag-end

This signal is emitted whenever the dragging is finished.

Phoc.GestureDrag::drag-update

This signal is emitted whenever the dragging point moves.

Signals inherited from PhocGesture (5)
Signals inherited from GObject (1)

Class structure

[]

Virtual methods

Phoc.GestureDragClass.drag_begin
No description available.

Phoc.GestureDragClass.drag_end
No description available.

Phoc.GestureDragClass.drag_update
No description available.