Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterModifierType |
Enum : | ModifierType |
Properties | |
---|---|
guint32 Clutter.ModifierType.BUTTON1_MASK : 256
|
|
guint32 Clutter.ModifierType.BUTTON2_MASK : 512
|
|
guint32 Clutter.ModifierType.BUTTON3_MASK : 1024
|
|
guint32 Clutter.ModifierType.BUTTON4_MASK : 2048
|
|
guint32 Clutter.ModifierType.BUTTON5_MASK : 4096
|
|
guint32 Clutter.ModifierType.CONTROL_MASK : 4
|
|
guint32 Clutter.ModifierType.HYPER_MASK : 134217728
|
|
guint32 Clutter.ModifierType.LOCK_MASK : 2
|
|
guint32 Clutter.ModifierType.META_MASK : 268435456
|
|
guint32 Clutter.ModifierType.MOD1_MASK : 8
|
|
guint32 Clutter.ModifierType.MOD2_MASK : 16
|
|
guint32 Clutter.ModifierType.MOD3_MASK : 32
|
|
guint32 Clutter.ModifierType.MOD4_MASK : 64
|
|
guint32 Clutter.ModifierType.MOD5_MASK : 128
|
|
guint32 Clutter.ModifierType.MODIFIER_MASK : 1543512063
|
|
guint32 Clutter.ModifierType.RELEASE_MASK : 1073741824
|
|
guint32 Clutter.ModifierType.SHIFT_MASK : 1
|
|
guint32 Clutter.ModifierType.SUPER_MASK : 67108864
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter.BindingPool
Method |
Activates the callback associated to the action that is
bound to the key_val and modifiers pair. |
Clutter.BindingPool
Method |
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 |
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 |
|