summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-05-12 12:00:33 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-05-17 16:42:11 +0100
commit4fd74e71e640b0762f883a7f7c2f996c54379fee (patch)
tree44101594d3c691415f615c2a5e8ca4a4d81c4d29 /.gitignore
parent0e0db0d6242f84c8fb44ba57ec46d6dff5f265b3 (diff)
downloadclutter-4fd74e71e640b0762f883a7f7c2f996c54379fee.tar.gz
action: Add DragAction, an action implementing drag capabilities
DragAction is an Action sub-class that provides dragging capabilities to any actor. DragAction has: • drag-begin, drag-motion and drag-end signals, relaying the event information like coordinates, button and modifiers to user code; • drag-threshold property, for delaying the drag start by a given amount of pixels; • drag-handle property, to allow using other actors as the drag handle. • drag-axis property, to allow constraining the dragging to a specific axis. An interactive test demonstrating the various features is also provided.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 65a694870..495821ae4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -149,6 +149,7 @@ TAGS
/tests/interactive/stamp-test-interactive
/tests/interactive/test-animator
/tests/interactive/test-stage-sizing
+/tests/interactive/test-drag
/tests/conform/stamp-test-conformance
/tests/conform/test-anchors
/tests/conform/test-cogl-backface-culling