GObject.Object
GObject.InitiallyUnowned
Clutter.ActorMeta
Clutter.Action
Clutter.ClickAction
Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterClickAction |
Class : | ClickAction |
Extends: | Clutter.Action |
Properties | Defined By | |
---|---|---|
actor : Clutter.Actor
read only
The ClutterActor attached to the ClutterActorMeta instance
The ClutterActor attached to the ClutterActorMeta instance
|
Clutter.ActorMeta | |
enabled : gboolean
Whether or not the ClutterActorMeta is enabled
Whether or not the ClutterActorMeta is enabled
|
Clutter.ActorMeta | |
g_type_instance : GObject.TypeInstance
|
GObject.InitiallyUnowned | |
held : gboolean
read only
Whether the clickable actor has the pointer grabbed
Whether the clickable actor has the pointer grabbed
|
Clutter.ClickAction | |
name : String
The unique name to access the ClutterActorMeta
The unique name to access the ClutterActorMeta
|
Clutter.ActorMeta | |
parent_instance : Clutter.Action
read only
|
Clutter.ClickAction | |
pressed : gboolean
read only
Whether the clickable actor should be in "pressed" state
Whether the clickable actor should be in "pressed" state
|
Clutter.ClickAction | |
priv : Clutter.ClickActionPrivate
read only
|
Clutter.ClickAction | |
qdata : GLib.Data
read only
|
GObject.InitiallyUnowned | |
ref_count : guint32
read only
|
GObject.InitiallyUnowned |
Method / Constructor | Defined By | |
---|---|---|
new Clutter.ClickAction
(Object properties)
Create a new Clutter.ClickAction
Create a new Clutter.ClickAction
|
||
get_actor
()
:
Clutter.Actor
Retrieves a pointer to the ClutterActor that owns meta
Retrieves a pointer to the ClutterActor that owns meta
|
Clutter.ActorMeta | |
get_button
()
:
guint32
|
Clutter.ClickAction | |
get_enabled
()
:
gboolean
Retrieves whether meta is enabled
Retrieves whether meta is enabled
|
Clutter.ActorMeta | |
get_name
()
:
String
Retrieves the name set using clutter_actor_meta_set_name()
instance, or NULL if none was set.
Retrieves the name set using clutter_actor_meta_set_name()
instance, or NULL if none was set. The returned string is owned by the ClutterActorMeta instance and it should not be modified or freed
|
Clutter.ActorMeta | |
get_state
()
:
Clutter.ModifierType
|
Clutter.ClickAction | |
release
()
:
none
|
Clutter.ClickAction | |
set_enabled
(gboolean is_enabled)
:
none
Sets whether meta should be enabled or not
Sets whether meta should be enabled or not
|
Clutter.ActorMeta | |
set_name
(String name)
:
none
Sets the name of meta
The name can be used to identify the ClutterActorMeta instance
Sets the name of meta
The name can be used to identify the ClutterActorMeta instance
|
Clutter.ActorMeta |
Event | Defined By | |
---|---|---|
clicked (ClickAction self, Actor actor)
:
none
The ::clicked signal is emitted when the ClutterActor to which
a ClutterClickAction has been applied should respond to a pointer button press and release events
The ::clicked signal is emitted when the ClutterActor to which
a ClutterClickAction has been applied should respond to a pointer button press and release events
|
Clutter.ClickAction |