Clutter.TapAction

g Clutter.Action Clutter.Action Clutter.GestureAction Clutter.GestureAction Clutter.Action->Clutter.GestureAction Clutter.ActorMeta Clutter.ActorMeta Clutter.ActorMeta->Clutter.Action Clutter.TapAction Clutter.TapAction Clutter.GestureAction->Clutter.TapAction GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Clutter.ActorMeta GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned

Subclasses:

None

Methods

Inherited:

Clutter.GestureAction (18), Clutter.ActorMeta (5), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

Virtual Methods

Inherited:

Clutter.GestureAction (5), Clutter.ActorMeta (1), GObject.Object (7)

do_tap (actor)

Properties

Inherited:

Clutter.GestureAction (4), Clutter.ActorMeta (3)

Signals

Inherited:

Clutter.GestureAction (4), GObject.Object (1)

Name

Short Description

tap

The ::tap signal is emitted when the tap gesture is complete.

Fields

Inherited:

Clutter.GestureAction (4), GObject.Object (1)

Name

Type

Access

Description

parent_instance

Clutter.GestureAction

r

Class Details

class Clutter.TapAction(**kwargs)
Bases:

Clutter.GestureAction

Abstract:

No

Structure:

Clutter.TapActionClass

The Clutter.TapAction structure contains only private data and should be accessed using the provided API

New in version 1.14.

classmethod new()
Returns:

the newly created Clutter.TapAction

Return type:

Clutter.Action

Creates a new Clutter.TapAction instance

New in version 1.14.

do_tap(actor) virtual
Parameters:

actor (Clutter.Actor) –

Return type:

bool

Signal Details

Clutter.TapAction.signals.tap(tap_action, actor)
Signal Name:

tap

Flags:

RUN_LAST

Parameters:

The ::tap signal is emitted when the tap gesture is complete.

New in version 1.14.