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.TapAction
structure 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.TapAction
instanceNew in version 1.14.
- do_tap(actor) virtual¶
- Parameters:
actor (
Clutter.Actor
) –- Return type:
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.Actor
attached to the action
The
::tap
signal is emitted when the tap gesture is complete.New in version 1.14.