Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Enum Clutter.ModifierType

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterModifierType
Enum : ModifierType
Masks applied to a ClutterEvent by modifiers.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.BindingPool
Method
activate (guint32 key_val, ModifierType modifiers, Object gobject) : gboolean
Activates the callback associated to the action that is
bound to the key_val and modifiers pair.
Clutter.BindingPool
Method
find_action (guint32 key_val, ModifierType modifiers) : String
Retrieves the name of the action matching the given key symbol
and modifiers bitmask.
Clutter.BindingPool
Method
install_action (String action_name, guint32 key_val, ModifierType modifiers, Function callback, void* data, Function notify) : none
Installs a new action inside a ClutterBindingPool.
Clutter.BindingPool
Method
install_closure (String action_name, guint32 key_val, ModifierType modifiers, Closure closure) : none
A GClosure variant of clutter_binding_pool_install_action().
Clutter.BindingPool
Method
override_action (guint32 key_val, ModifierType modifiers, Function callback, void* data, Function notify) : none
Allows overriding the action for key_val and modifiers inside a
ClutterBindingPool.
Clutter.BindingPool
Method
override_closure (guint32 key_val, ModifierType modifiers, Closure closure) : none
A GClosure variant of clutter_binding_pool_override_action().
Clutter.BindingPool
Method
remove_action (guint32 key_val, ModifierType modifiers) : none
Removes the action matching the given key_val, modifiers pair,
if any exists.
Clutter.ClickAction
Method
get_state () : Clutter.ModifierType
Clutter.DragAction
Signal
drag_begin (DragAction self, Actor actor, gfloat event_x, gfloat event_y, ModifierType modifiers) : none
The ::drag-begin signal is emitted when the ClutterDragAction
starts the dragging
The emission of this signal can be delayed by using the
ClutterDragAction:drag-threshold property
Clutter.DragAction
Signal
drag_end (DragAction self, Actor actor, gfloat event_x, gfloat event_y, ModifierType modifiers) : none
The ::drag-end signal is emitted at the end of the dragging,
when the pointer button's is released
This signal is emitted if and only if the ClutterDragAction::drag-begin
signal has been emitted first
Clutter.Event
Method
get_state () : Clutter.ModifierType
Retrieves the modifier state of the event.
Clutter.InputDevice
Method
set_key (guint32 index_, guint32 keyval, ModifierType modifiers) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:49 GMT+0800 (HKT)