Clutter.TapAction¶
- Subclasses:
None
Methods¶
- Inherited:
Clutter.GestureAction (18), Clutter.ActorMeta (5), GObject.Object (37)
- Structs:
class |
|
Virtual Methods¶
|
Properties¶
- Inherited:
Signals¶
- Inherited:
Name |
Short Description |
|---|---|
The |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Clutter.TapAction(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Clutter.TapActionstructure contains only private data and should be accessed using the provided APINew in version 1.14.
- classmethod new()¶
- Returns:
the newly created
Clutter.TapAction- Return type:
Creates a new
Clutter.TapActioninstanceNew in version 1.14.
- do_tap(actor) virtual¶
- Parameters:
actor (
Clutter.Actor) –- Return type:
class handler for the
Clutter.TapAction::tapsignal
Signal Details¶
- Clutter.TapAction.signals.tap(tap_action, actor)¶
- Signal Name:
tap- Flags:
- Parameters:
tap_action (
Clutter.TapAction) – The object which received the signalactor (
Clutter.Actor) – theClutter.Actorattached to the action
The
::tapsignal is emitted when the tap gesture is complete.New in version 1.14.