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
  Show / Hide Inherited methods, properties and signals
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
install_action (String action_name, Number 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, Number key_val, ModifierType modifiers, Closure closure) : none
A GClosure variant of clutter_binding_pool_install_action().
Clutter.BindingPool
Method
override_action (Number 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 (Number key_val, ModifierType modifiers, Closure closure) : none
A GClosure variant of clutter_binding_pool_override_action().
Clutter.BindingPool
Method
find_action (Number key_val, ModifierType modifiers) : String
Retrieves the name of the action matching the given key symbol and modifiers bitmask.
Clutter.BindingPool
Method
remove_action (Number key_val, ModifierType modifiers) : none
Removes the action matching the given key_val, modifiers pair, if any exists.
Clutter.BindingPool
Method
activate (Number key_val, ModifierType modifiers, Object gobject) : Boolean
Activates the callback associated to the action that is bound to the key_val and modifiers pair.
Clutter.Event
Method
get_state () : Clutter.ModifierType
Retrieves the modifier state of the event.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:38 GMT+0800 (HKT)