~ubuntu-branches/ubuntu/precise/libgrip/precise

« back to all changes in this revision

Viewing changes to doc/reference/html/libgrip-Gesture-Events.html

  • Committer: Bazaar Package Importer
  • Author(s): Chase Douglas
  • Date: 2011-08-09 16:33:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110809163326-p2ky362j7dbl0d99
Tags: 0.3.0-0ubuntu1
* New upstream release.
  - Add documentation (LP: #744911)
  - Expose device type and attributes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>Gesture Events</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="libgrip Reference Manual">
 
8
<link rel="up" href="libgrip-api.html" title="Programming Interface">
 
9
<link rel="prev" href="GripGestureManager.html" title="GripGestureManager">
 
10
<link rel="next" href="libgrip-Input-Devices.html" title="Input Devices">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
</head>
 
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="GripGestureManager.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="libgrip-api.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
20
<th width="100%" align="center">libgrip Reference Manual</th>
 
21
<td><a accesskey="n" href="libgrip-Input-Devices.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
22
</tr>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#libgrip-Gesture-Events.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#libgrip-Gesture-Events.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#libgrip-Gesture-Events.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
</td></tr>
 
30
</table>
 
31
<div class="refentry">
 
32
<a name="libgrip-Gesture-Events"></a><div class="titlepage"></div>
 
33
<div class="refnamediv"><table width="100%"><tr>
 
34
<td valign="top">
 
35
<h2><span class="refentrytitle"><a name="libgrip-Gesture-Events.top_of_page"></a>Gesture Events</span></h2>
 
36
<p>Gesture Events</p>
 
37
</td>
 
38
<td valign="top" align="right"></td>
 
39
</tr></table></div>
 
40
<div class="refsynopsisdiv">
 
41
<a name="libgrip-Gesture-Events.synopsis"></a><h2>Synopsis</h2>
 
42
<a name="GripGestureType"></a><a name="GripTimeType"></a><a name="GripGestureEvent"></a><pre class="synopsis">enum                <a class="link" href="libgrip-Gesture-Events.html#GripGestureType">GripGestureType</a>;
 
43
 
 
44
enum                <a class="link" href="libgrip-Gesture-Events.html#GripDeviceType" title="enum GripDeviceType">GripDeviceType</a>;
 
45
#define             <a class="link" href="libgrip-Gesture-Events.html#GRIP-DEVICE-ALL:CAPS" title="GRIP_DEVICE_ALL">GRIP_DEVICE_ALL</a>
 
46
 
 
47
enum                <a class="link" href="libgrip-Gesture-Events.html#GripTimeType">GripTimeType</a>;
 
48
 
 
49
union               <a class="link" href="libgrip-Gesture-Events.html#GripGestureEvent">GripGestureEvent</a>;
 
50
struct              <a class="link" href="libgrip-Gesture-Events.html#GripEventGestureAny" title="struct GripEventGestureAny">GripEventGestureAny</a>;
 
51
struct              <a class="link" href="libgrip-Gesture-Events.html#GripEventGestureDrag" title="struct GripEventGestureDrag">GripEventGestureDrag</a>;
 
52
struct              <a class="link" href="libgrip-Gesture-Events.html#GripEventGesturePinch" title="struct GripEventGesturePinch">GripEventGesturePinch</a>;
 
53
struct              <a class="link" href="libgrip-Gesture-Events.html#GripEventGestureRotate" title="struct GripEventGestureRotate">GripEventGestureRotate</a>;
 
54
struct              <a class="link" href="libgrip-Gesture-Events.html#GripEventGestureTap" title="struct GripEventGestureTap">GripEventGestureTap</a>;
 
55
<a class="link" href="libgrip-Gesture-Events.html#GripGestureEvent"><span class="returnvalue">GripGestureEvent</span></a> *  <a class="link" href="libgrip-Gesture-Events.html#grip-gesture-event-new" title="grip_gesture_event_new ()">grip_gesture_event_new</a>              (<em class="parameter"><code><a class="link" href="libgrip-Gesture-Events.html#GripGestureType"><span class="type">GripGestureType</span></a> gesture_type</code></em>);
 
56
<span class="returnvalue">void</span>                <a class="link" href="libgrip-Gesture-Events.html#grip-gesture-event-free" title="grip_gesture_event_free ()">grip_gesture_event_free</a>             (<em class="parameter"><code><a class="link" href="libgrip-Gesture-Events.html#GripGestureEvent"><span class="type">GripGestureEvent</span></a> *event</code></em>);
 
57
<a class="link" href="libgrip-Gesture-Events.html#GripGestureEvent"><span class="returnvalue">GripGestureEvent</span></a> *  <a class="link" href="libgrip-Gesture-Events.html#grip-gesture-event-copy" title="grip_gesture_event_copy ()">grip_gesture_event_copy</a>             (<em class="parameter"><code>const <a class="link" href="libgrip-Gesture-Events.html#GripGestureEvent"><span class="type">GripGestureEvent</span></a> *event</code></em>);
 
58
</pre>
 
59
</div>
 
60
<div class="refsect1">
 
61
<a name="libgrip-Gesture-Events.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
62
<pre class="synopsis">
 
63
  GEnum
 
64
   +----GripGestureType
 
65
</pre>
 
66
<pre class="synopsis">
 
67
  GEnum
 
68
   +----GripTimeType
 
69
</pre>
 
70
<pre class="synopsis">
 
71
  GBoxed
 
72
   +----GripGestureEvent
 
73
</pre>
 
74
</div>
 
75
<div class="refsect1">
 
76
<a name="libgrip-Gesture-Events.description"></a><h2>Description</h2>
 
77
<p>
 
78
A series of one or more events are passed to the gesture callback.  Each
 
79
event conveys information specific to the type of gesture occurring.
 
80
</p>
 
81
</div>
 
82
<div class="refsect1">
 
83
<a name="libgrip-Gesture-Events.details"></a><h2>Details</h2>
 
84
<div class="refsect2">
 
85
<a name="GripGestureType"></a><h3>enum GripGestureType</h3>
 
86
<pre class="programlisting">typedef enum {
 
87
  GRIP_GESTURE_DRAG    = 0,
 
88
  GRIP_GESTURE_PINCH   = 1,
 
89
  GRIP_GESTURE_ROTATE  = 2,
 
90
  GRIP_GESTURE_TAP     = 15
 
91
} GripGestureType;
 
92
</pre>
 
93
<p>
 
94
Indicates the type of gesture for which a gesture event is being received.
 
95
</p>
 
96
<div class="variablelist"><table border="0">
 
97
<col align="left" valign="top">
 
98
<tbody>
 
99
<tr>
 
100
<td><p><a name="GRIP-GESTURE-DRAG:CAPS"></a><span class="term"><code class="literal">GRIP_GESTURE_DRAG</code></span></p></td>
 
101
<td>a drag gesture
 
102
</td>
 
103
</tr>
 
104
<tr>
 
105
<td><p><a name="GRIP-GESTURE-PINCH:CAPS"></a><span class="term"><code class="literal">GRIP_GESTURE_PINCH</code></span></p></td>
 
106
<td>a pinch/expand gesture
 
107
</td>
 
108
</tr>
 
109
<tr>
 
110
<td><p><a name="GRIP-GESTURE-ROTATE:CAPS"></a><span class="term"><code class="literal">GRIP_GESTURE_ROTATE</code></span></p></td>
 
111
<td>a rotate gesture
 
112
</td>
 
113
</tr>
 
114
<tr>
 
115
<td><p><a name="GRIP-GESTURE-TAP:CAPS"></a><span class="term"><code class="literal">GRIP_GESTURE_TAP</code></span></p></td>
 
116
<td>a tap gesture
 
117
</td>
 
118
</tr>
 
119
</tbody>
 
120
</table></div>
 
121
</div>
 
122
<hr>
 
123
<div class="refsect2">
 
124
<a name="GripDeviceType"></a><h3>enum GripDeviceType</h3>
 
125
<pre class="programlisting">typedef enum {
 
126
  GRIP_DEVICE_TOUCHSCREEN = 1,
 
127
  GRIP_DEVICE_TOUCHPAD    = 2,
 
128
  GRIP_DEVICE_INDEPENDENT = 4,
 
129
} GripDeviceType;
 
130
</pre>
 
131
<p>
 
132
Describes certain properties of a gesture input device.
 
133
</p>
 
134
<div class="variablelist"><table border="0">
 
135
<col align="left" valign="top">
 
136
<tbody>
 
137
<tr>
 
138
<td><p><a name="GRIP-DEVICE-TOUCHSCREEN:CAPS"></a><span class="term"><code class="literal">GRIP_DEVICE_TOUCHSCREEN</code></span></p></td>
 
139
<td>device is a touchscreen.
 
140
</td>
 
141
</tr>
 
142
<tr>
 
143
<td><p><a name="GRIP-DEVICE-TOUCHPAD:CAPS"></a><span class="term"><code class="literal">GRIP_DEVICE_TOUCHPAD</code></span></p></td>
 
144
<td>device is a touchpad
 
145
</td>
 
146
</tr>
 
147
<tr>
 
148
<td><p><a name="GRIP-DEVICE-INDEPENDENT:CAPS"></a><span class="term"><code class="literal">GRIP_DEVICE_INDEPENDENT</code></span></p></td>
 
149
<td>device is a Magic Mouse
 
150
</td>
 
151
</tr>
 
152
</tbody>
 
153
</table></div>
 
154
</div>
 
155
<hr>
 
156
<div class="refsect2">
 
157
<a name="GRIP-DEVICE-ALL:CAPS"></a><h3>GRIP_DEVICE_ALL</h3>
 
158
<pre class="programlisting">#define GRIP_DEVICE_ALL (GRIP_DEVICE_TOUCHSCREEN | GRIP_DEVICE_TOUCHPAD | GRIP_DEVICE_INDEPENDENT)
 
159
</pre>
 
160
<p>
 
161
</p>
 
162
</div>
 
163
<hr>
 
164
<div class="refsect2">
 
165
<a name="GripTimeType"></a><h3>enum GripTimeType</h3>
 
166
<pre class="programlisting">typedef enum {
 
167
  GRIP_TIME_START,
 
168
  GRIP_TIME_UPDATE,
 
169
  GRIP_TIME_END
 
170
} GripTimeType;
 
171
</pre>
 
172
<p>
 
173
Indicates the part of the gesture stream ocuuring during the gesture event.
 
174
</p>
 
175
<div class="variablelist"><table border="0">
 
176
<col align="left" valign="top">
 
177
<tbody>
 
178
<tr>
 
179
<td><p><a name="GRIP-TIME-START:CAPS"></a><span class="term"><code class="literal">GRIP_TIME_START</code></span></p></td>
 
180
<td>a new gesture is starting
 
181
</td>
 
182
</tr>
 
183
<tr>
 
184
<td><p><a name="GRIP-TIME-UPDATE:CAPS"></a><span class="term"><code class="literal">GRIP_TIME_UPDATE</code></span></p></td>
 
185
<td>an existing gesture is updating
 
186
</td>
 
187
</tr>
 
188
<tr>
 
189
<td><p><a name="GRIP-TIME-END:CAPS"></a><span class="term"><code class="literal">GRIP_TIME_END</code></span></p></td>
 
190
<td>a gesture is ending
 
191
</td>
 
192
</tr>
 
193
</tbody>
 
194
</table></div>
 
195
</div>
 
196
<hr>
 
197
<div class="refsect2">
 
198
<a name="GripGestureEvent"></a><h3>union GripGestureEvent</h3>
 
199
<pre class="programlisting">union _GripGestureEvent
 
200
{
 
201
  GripGestureType        type;
 
202
  GripEventGestureAny    any;
 
203
  GripEventGestureDrag   drag;
 
204
  GripEventGesturePinch  pinch;
 
205
  GripEventGestureRotate rotate;
 
206
  GripEventGestureTap    tap;
 
207
};
 
208
</pre>
 
209
<p>
 
210
This is a boxed type.
 
211
</p>
 
212
<div class="variablelist"><table border="0">
 
213
<col align="left" valign="top">
 
214
<tbody>
 
215
<tr>
 
216
<td><p><span class="term"><a class="link" href="libgrip-Gesture-Events.html#GripGestureType"><span class="type">GripGestureType</span></a> <em class="structfield"><code><a name="GripGestureEvent.type"></a>type</code></em>;</span></p></td>
 
217
<td>the <a class="link" href="libgrip-Gesture-Events.html#GripGestureType"><span class="type">GripGestureType</span></a>, selects the variant record</td>
 
218
</tr>
 
219
<tr>
 
220
<td><p><span class="term"><a class="link" href="libgrip-Gesture-Events.html#GripEventGestureAny" title="struct GripEventGestureAny"><span class="type">GripEventGestureAny</span></a> <em class="structfield"><code><a name="GripGestureEvent.any"></a>any</code></em>;</span></p></td>
 
221
<td>(not used)</td>
 
222
</tr>
 
223
<tr>
 
224
<td><p><span class="term"><a class="link" href="libgrip-Gesture-Events.html#GripEventGestureDrag" title="struct GripEventGestureDrag"><span class="type">GripEventGestureDrag</span></a> <em class="structfield"><code><a name="GripGestureEvent.drag"></a>drag</code></em>;</span></p></td>
 
225
<td>the event contains a drag gesture record</td>
 
226
</tr>
 
227
<tr>
 
228
<td><p><span class="term"><a class="link" href="libgrip-Gesture-Events.html#GripEventGesturePinch" title="struct GripEventGesturePinch"><span class="type">GripEventGesturePinch</span></a> <em class="structfield"><code><a name="GripGestureEvent.pinch"></a>pinch</code></em>;</span></p></td>
 
229
<td>the event contains a pinch gesture record</td>
 
230
</tr>
 
231
<tr>
 
232
<td><p><span class="term"><a class="link" href="libgrip-Gesture-Events.html#GripEventGestureRotate" title="struct GripEventGestureRotate"><span class="type">GripEventGestureRotate</span></a> <em class="structfield"><code><a name="GripGestureEvent.rotate"></a>rotate</code></em>;</span></p></td>
 
233
<td>the event contains a rotate gesture record</td>
 
234
</tr>
 
235
<tr>
 
236
<td><p><span class="term"><a class="link" href="libgrip-Gesture-Events.html#GripEventGestureTap" title="struct GripEventGestureTap"><span class="type">GripEventGestureTap</span></a> <em class="structfield"><code><a name="GripGestureEvent.tap"></a>tap</code></em>;</span></p></td>
 
237
<td>the event contains a tap gesture record</td>
 
238
</tr>
 
239
</tbody>
 
240
</table></div>
 
241
</div>
 
242
<hr>
 
243
<div class="refsect2">
 
244
<a name="GripEventGestureAny"></a><h3>struct GripEventGestureAny</h3>
 
245
<pre class="programlisting">struct GripEventGestureAny {
 
246
  GdkEventType  type;
 
247
  GdkWindow    *window;
 
248
};
 
249
</pre>
 
250
<p>
 
251
This struct is not used.
 
252
</p>
 
253
</div>
 
254
<hr>
 
255
<div class="refsect2">
 
256
<a name="GripEventGestureDrag"></a><h3>struct GripEventGestureDrag</h3>
 
257
<pre class="programlisting">struct GripEventGestureDrag {
 
258
  GripGestureType   type;
 
259
  guint             id;
 
260
  GdkWindow        *window;
 
261
  GdkWindow        *root;
 
262
  GdkWindow        *child;
 
263
  guint32           timestamp;
 
264
  gint              fingers;
 
265
  gdouble           focus_x;
 
266
  gdouble           focus_y;
 
267
  gint              delta_x;
 
268
  gint              delta_y;
 
269
  gdouble           velocity_x;
 
270
  gdouble           velocity_y;
 
271
  gdouble           position_x;
 
272
  gdouble           position_y;
 
273
  GripInputDevice  *input_device;
 
274
};
 
275
</pre>
 
276
<p>
 
277
Data associated with a drag event.  A drag is a lateral motion.
 
278
</p>
 
279
<div class="variablelist"><table border="0">
 
280
<col align="left" valign="top">
 
281
<tbody>
 
282
<tr>
 
283
<td><p><span class="term"><a class="link" href="libgrip-Gesture-Events.html#GripGestureType"><span class="type">GripGestureType</span></a> <em class="structfield"><code><a name="GripEventGestureDrag.type"></a>type</code></em>;</span></p></td>
 
284
<td>the <a class="link" href="libgrip-Gesture-Events.html#GripGestureType"><span class="type">GripGestureType</span></a> of the gesture</td>
 
285
</tr>
 
286
<tr>
 
287
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GripEventGestureDrag.id"></a>id</code></em>;</span></p></td>
 
288
<td>identifies the gesture</td>
 
289
</tr>
 
290
<tr>
 
291
<td><p><span class="term"><a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GripEventGestureDrag.window"></a>window</code></em>;</span></p></td>
 
292
<td>the <a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> in which the gesture occurred</td>
 
293
</tr>
 
294
<tr>
 
295
<td><p><span class="term"><a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GripEventGestureDrag.root"></a>root</code></em>;</span></p></td>
 
296
<td>the root <a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
 
297
</td>
 
298
</tr>
 
299
<tr>
 
300
<td><p><span class="term"><a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GripEventGestureDrag.child"></a>child</code></em>;</span></p></td>
 
301
<td>the child <a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
 
302
</td>
 
303
</tr>
 
304
<tr>
 
305
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GripEventGestureDrag.timestamp"></a>timestamp</code></em>;</span></p></td>
 
306
<td>the time the gesture event occurred</td>
 
307
</tr>
 
308
<tr>
 
309
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GripEventGestureDrag.fingers"></a>fingers</code></em>;</span></p></td>
 
310
<td>the number of touches making up the gesture</td>
 
311
</tr>
 
312
<tr>
 
313
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGestureDrag.focus-x"></a>focus_x</code></em>;</span></p></td>
 
314
<td>the X coordinate of the focus point of the gesture start</td>
 
315
</tr>
 
316
<tr>
 
317
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGestureDrag.focus-y"></a>focus_y</code></em>;</span></p></td>
 
318
<td>the Y coordinate of the focus point of the gesture start</td>
 
319
</tr>
 
320
<tr>
 
321
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GripEventGestureDrag.delta-x"></a>delta_x</code></em>;</span></p></td>
 
322
<td>the change in the X coordinate since the last gesture event</td>
 
323
</tr>
 
324
<tr>
 
325
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GripEventGestureDrag.delta-y"></a>delta_y</code></em>;</span></p></td>
 
326
<td>the change in the Y coordinate since the last gesture event</td>
 
327
</tr>
 
328
<tr>
 
329
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGestureDrag.velocity-x"></a>velocity_x</code></em>;</span></p></td>
 
330
<td>the rate of change of the X coordinate</td>
 
331
</tr>
 
332
<tr>
 
333
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGestureDrag.velocity-y"></a>velocity_y</code></em>;</span></p></td>
 
334
<td>the rate of change of the Y coordinate</td>
 
335
</tr>
 
336
<tr>
 
337
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGestureDrag.position-x"></a>position_x</code></em>;</span></p></td>
 
338
<td>the current X coordinate of the centroid poistion of the touches</td>
 
339
</tr>
 
340
<tr>
 
341
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGestureDrag.position-y"></a>position_y</code></em>;</span></p></td>
 
342
<td>the current Y coordinate of the centroid poistion of the touches</td>
 
343
</tr>
 
344
<tr>
 
345
<td><p><span class="term"><a class="link" href="libgrip-Input-Devices.html#GripInputDevice"><span class="type">GripInputDevice</span></a> *<em class="structfield"><code><a name="GripEventGestureDrag.input-device"></a>input_device</code></em>;</span></p></td>
 
346
<td>the <a class="link" href="libgrip-Input-Devices.html#GripInputDevice"><span class="type">GripInputDevice</span></a> used to make the gesture</td>
 
347
</tr>
 
348
</tbody>
 
349
</table></div>
 
350
</div>
 
351
<hr>
 
352
<div class="refsect2">
 
353
<a name="GripEventGesturePinch"></a><h3>struct GripEventGesturePinch</h3>
 
354
<pre class="programlisting">struct GripEventGesturePinch {
 
355
  GripGestureType   type;
 
356
  guint             id;
 
357
  GdkWindow        *window;
 
358
  GdkWindow        *root;
 
359
  GdkWindow        *child;
 
360
  guint32           timestamp;
 
361
  guint             fingers;
 
362
  gdouble           focus_x;
 
363
  gdouble           focus_y;
 
364
  gdouble           radius_delta;
 
365
  gdouble           radial_velocity;
 
366
  gdouble           radius;
 
367
  gfloat            position_x;
 
368
  gfloat            position_y;
 
369
  GripInputDevice  *input_device;
 
370
};
 
371
</pre>
 
372
<p>
 
373
Data associated with a pinch event.  A pinch is an expand or contract motion.
 
374
</p>
 
375
<div class="variablelist"><table border="0">
 
376
<col align="left" valign="top">
 
377
<tbody>
 
378
<tr>
 
379
<td><p><span class="term"><a class="link" href="libgrip-Gesture-Events.html#GripGestureType"><span class="type">GripGestureType</span></a> <em class="structfield"><code><a name="GripEventGesturePinch.type"></a>type</code></em>;</span></p></td>
 
380
<td>the <a class="link" href="libgrip-Gesture-Events.html#GripGestureType"><span class="type">GripGestureType</span></a> of the gesture</td>
 
381
</tr>
 
382
<tr>
 
383
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GripEventGesturePinch.id"></a>id</code></em>;</span></p></td>
 
384
<td>identifies the gesture</td>
 
385
</tr>
 
386
<tr>
 
387
<td><p><span class="term"><a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GripEventGesturePinch.window"></a>window</code></em>;</span></p></td>
 
388
<td>the <a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> in which the gesture occurred</td>
 
389
</tr>
 
390
<tr>
 
391
<td><p><span class="term"><a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GripEventGesturePinch.root"></a>root</code></em>;</span></p></td>
 
392
<td>the root <a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
 
393
</td>
 
394
</tr>
 
395
<tr>
 
396
<td><p><span class="term"><a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GripEventGesturePinch.child"></a>child</code></em>;</span></p></td>
 
397
<td>the child <a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
 
398
</td>
 
399
</tr>
 
400
<tr>
 
401
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GripEventGesturePinch.timestamp"></a>timestamp</code></em>;</span></p></td>
 
402
<td>the time the gesture event occurred</td>
 
403
</tr>
 
404
<tr>
 
405
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GripEventGesturePinch.fingers"></a>fingers</code></em>;</span></p></td>
 
406
<td>the number of touches making up the gesture</td>
 
407
</tr>
 
408
<tr>
 
409
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGesturePinch.focus-x"></a>focus_x</code></em>;</span></p></td>
 
410
<td>the X coordinate of the focus point of the gesture start</td>
 
411
</tr>
 
412
<tr>
 
413
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGesturePinch.focus-y"></a>focus_y</code></em>;</span></p></td>
 
414
<td>the Y coordinate of the focus point of the gesture start</td>
 
415
</tr>
 
416
<tr>
 
417
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGesturePinch.radius-delta"></a>radius_delta</code></em>;</span></p></td>
 
418
<td>the change in the radius (in screen coordinates)</td>
 
419
</tr>
 
420
<tr>
 
421
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGesturePinch.radial-velocity"></a>radial_velocity</code></em>;</span></p></td>
 
422
<td>the rate of change of the radius</td>
 
423
</tr>
 
424
<tr>
 
425
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGesturePinch.radius"></a>radius</code></em>;</span></p></td>
 
426
<td>the current radius (in screen coordinates)</td>
 
427
</tr>
 
428
<tr>
 
429
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> <em class="structfield"><code><a name="GripEventGesturePinch.position-x"></a>position_x</code></em>;</span></p></td>
 
430
<td>the current X coordinate of the centroid poistion of the touches</td>
 
431
</tr>
 
432
<tr>
 
433
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> <em class="structfield"><code><a name="GripEventGesturePinch.position-y"></a>position_y</code></em>;</span></p></td>
 
434
<td>the current Y coordinate of the centroid poistion of the touches</td>
 
435
</tr>
 
436
<tr>
 
437
<td><p><span class="term"><a class="link" href="libgrip-Input-Devices.html#GripInputDevice"><span class="type">GripInputDevice</span></a> *<em class="structfield"><code><a name="GripEventGesturePinch.input-device"></a>input_device</code></em>;</span></p></td>
 
438
<td>the <a class="link" href="libgrip-Input-Devices.html#GripInputDevice"><span class="type">GripInputDevice</span></a> used to make the gesture</td>
 
439
</tr>
 
440
</tbody>
 
441
</table></div>
 
442
</div>
 
443
<hr>
 
444
<div class="refsect2">
 
445
<a name="GripEventGestureRotate"></a><h3>struct GripEventGestureRotate</h3>
 
446
<pre class="programlisting">struct GripEventGestureRotate {
 
447
  GripGestureType  type;
 
448
  guint             id;
 
449
  GdkWindow        *window;
 
450
  GdkWindow        *root;
 
451
  GdkWindow        *child;
 
452
  guint32           timestamp;
 
453
  guint             fingers;
 
454
  gdouble           focus_x;
 
455
  gdouble           focus_y;
 
456
  gdouble           angle_delta;
 
457
  gdouble           angular_velocity;
 
458
  gdouble           angle;
 
459
  gfloat            position_x;
 
460
  gfloat            position_y;
 
461
  GripInputDevice  *input_device;
 
462
};
 
463
</pre>
 
464
<p>
 
465
Data associated with a rotate gesture event.
 
466
</p>
 
467
<div class="variablelist"><table border="0">
 
468
<col align="left" valign="top">
 
469
<tbody>
 
470
<tr>
 
471
<td><p><span class="term"><a class="link" href="libgrip-Gesture-Events.html#GripGestureType"><span class="type">GripGestureType</span></a> <em class="structfield"><code><a name="GripEventGestureRotate.type"></a>type</code></em>;</span></p></td>
 
472
<td>the <a class="link" href="libgrip-Gesture-Events.html#GripGestureType"><span class="type">GripGestureType</span></a> of the gesture</td>
 
473
</tr>
 
474
<tr>
 
475
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GripEventGestureRotate.id"></a>id</code></em>;</span></p></td>
 
476
<td>identifies the gesture</td>
 
477
</tr>
 
478
<tr>
 
479
<td><p><span class="term"><a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GripEventGestureRotate.window"></a>window</code></em>;</span></p></td>
 
480
<td>the <a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> in which the gesture occurred</td>
 
481
</tr>
 
482
<tr>
 
483
<td><p><span class="term"><a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GripEventGestureRotate.root"></a>root</code></em>;</span></p></td>
 
484
<td>the root <a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
 
485
</td>
 
486
</tr>
 
487
<tr>
 
488
<td><p><span class="term"><a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GripEventGestureRotate.child"></a>child</code></em>;</span></p></td>
 
489
<td>the child <a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
 
490
</td>
 
491
</tr>
 
492
<tr>
 
493
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GripEventGestureRotate.timestamp"></a>timestamp</code></em>;</span></p></td>
 
494
<td>the time the gesture event occurred</td>
 
495
</tr>
 
496
<tr>
 
497
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GripEventGestureRotate.fingers"></a>fingers</code></em>;</span></p></td>
 
498
<td>the number of touches making up the gesture</td>
 
499
</tr>
 
500
<tr>
 
501
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGestureRotate.focus-x"></a>focus_x</code></em>;</span></p></td>
 
502
<td>the X coordinate of the focus point of the gesture start</td>
 
503
</tr>
 
504
<tr>
 
505
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGestureRotate.focus-y"></a>focus_y</code></em>;</span></p></td>
 
506
<td>the Y coordinate of the focus point of the gesture start</td>
 
507
</tr>
 
508
<tr>
 
509
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGestureRotate.angle-delta"></a>angle_delta</code></em>;</span></p></td>
 
510
<td>the change in the rotation angle (in radians)</td>
 
511
</tr>
 
512
<tr>
 
513
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGestureRotate.angular-velocity"></a>angular_velocity</code></em>;</span></p></td>
 
514
<td>the rate of change in the rotation angle</td>
 
515
</tr>
 
516
<tr>
 
517
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GripEventGestureRotate.angle"></a>angle</code></em>;</span></p></td>
 
518
<td>the current rotation angle</td>
 
519
</tr>
 
520
<tr>
 
521
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> <em class="structfield"><code><a name="GripEventGestureRotate.position-x"></a>position_x</code></em>;</span></p></td>
 
522
<td>the current X coordinate of the centroid poistion of the touches</td>
 
523
</tr>
 
524
<tr>
 
525
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> <em class="structfield"><code><a name="GripEventGestureRotate.position-y"></a>position_y</code></em>;</span></p></td>
 
526
<td>the current Y coordinate of the centroid poistion of the touches</td>
 
527
</tr>
 
528
<tr>
 
529
<td><p><span class="term"><a class="link" href="libgrip-Input-Devices.html#GripInputDevice"><span class="type">GripInputDevice</span></a> *<em class="structfield"><code><a name="GripEventGestureRotate.input-device"></a>input_device</code></em>;</span></p></td>
 
530
<td>the <a class="link" href="libgrip-Input-Devices.html#GripInputDevice"><span class="type">GripInputDevice</span></a> used to make the gesture</td>
 
531
</tr>
 
532
</tbody>
 
533
</table></div>
 
534
</div>
 
535
<hr>
 
536
<div class="refsect2">
 
537
<a name="GripEventGestureTap"></a><h3>struct GripEventGestureTap</h3>
 
538
<pre class="programlisting">struct GripEventGestureTap {
 
539
  GripGestureType  type;
 
540
  guint             id;
 
541
  GdkWindow        *window;
 
542
  GdkWindow        *root;
 
543
  GdkWindow        *child;
 
544
  guint32           timestamp;
 
545
  guint             fingers;
 
546
  guint32           tap_time;
 
547
  gfloat            focus_x;
 
548
  gfloat            focus_y;
 
549
  gfloat            position_x;
 
550
  gfloat            position_y;
 
551
  GripInputDevice  *input_device;
 
552
};
 
553
</pre>
 
554
<p>
 
555
Data associated with a tap gesture.
 
556
</p>
 
557
<div class="variablelist"><table border="0">
 
558
<col align="left" valign="top">
 
559
<tbody>
 
560
<tr>
 
561
<td><p><span class="term"><a class="link" href="libgrip-Gesture-Events.html#GripGestureType"><span class="type">GripGestureType</span></a> <em class="structfield"><code><a name="GripEventGestureTap.type"></a>type</code></em>;</span></p></td>
 
562
<td>the <a class="link" href="libgrip-Gesture-Events.html#GripGestureType"><span class="type">GripGestureType</span></a> of the gesture</td>
 
563
</tr>
 
564
<tr>
 
565
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GripEventGestureTap.id"></a>id</code></em>;</span></p></td>
 
566
<td>identifies the gesture</td>
 
567
</tr>
 
568
<tr>
 
569
<td><p><span class="term"><a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GripEventGestureTap.window"></a>window</code></em>;</span></p></td>
 
570
<td>the <a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> in which the gesture occurred</td>
 
571
</tr>
 
572
<tr>
 
573
<td><p><span class="term"><a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GripEventGestureTap.root"></a>root</code></em>;</span></p></td>
 
574
<td>the root <a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
 
575
</td>
 
576
</tr>
 
577
<tr>
 
578
<td><p><span class="term"><a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GripEventGestureTap.child"></a>child</code></em>;</span></p></td>
 
579
<td>the child <a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
 
580
</td>
 
581
</tr>
 
582
<tr>
 
583
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GripEventGestureTap.timestamp"></a>timestamp</code></em>;</span></p></td>
 
584
<td>the time the gesture event occurred</td>
 
585
</tr>
 
586
<tr>
 
587
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GripEventGestureTap.fingers"></a>fingers</code></em>;</span></p></td>
 
588
<td>the number of touches making up the gesture</td>
 
589
</tr>
 
590
<tr>
 
591
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GripEventGestureTap.tap-time"></a>tap_time</code></em>;</span></p></td>
 
592
<td>the duration of the tap</td>
 
593
</tr>
 
594
<tr>
 
595
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> <em class="structfield"><code><a name="GripEventGestureTap.focus-x"></a>focus_x</code></em>;</span></p></td>
 
596
<td>the X coordinate of the focus point of the gesture start</td>
 
597
</tr>
 
598
<tr>
 
599
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> <em class="structfield"><code><a name="GripEventGestureTap.focus-y"></a>focus_y</code></em>;</span></p></td>
 
600
<td>the Y coordinate of the focus point of the gesture start</td>
 
601
</tr>
 
602
<tr>
 
603
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> <em class="structfield"><code><a name="GripEventGestureTap.position-x"></a>position_x</code></em>;</span></p></td>
 
604
<td>the current X coordinate of the centroid poistion of the touches</td>
 
605
</tr>
 
606
<tr>
 
607
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> <em class="structfield"><code><a name="GripEventGestureTap.position-y"></a>position_y</code></em>;</span></p></td>
 
608
<td>the current Y coordinate of the centroid poistion of the touches</td>
 
609
</tr>
 
610
<tr>
 
611
<td><p><span class="term"><a class="link" href="libgrip-Input-Devices.html#GripInputDevice"><span class="type">GripInputDevice</span></a> *<em class="structfield"><code><a name="GripEventGestureTap.input-device"></a>input_device</code></em>;</span></p></td>
 
612
<td>the <a class="link" href="libgrip-Input-Devices.html#GripInputDevice"><span class="type">GripInputDevice</span></a> used to make the gesture</td>
 
613
</tr>
 
614
</tbody>
 
615
</table></div>
 
616
</div>
 
617
<hr>
 
618
<div class="refsect2">
 
619
<a name="grip-gesture-event-new"></a><h3>grip_gesture_event_new ()</h3>
 
620
<pre class="programlisting"><a class="link" href="libgrip-Gesture-Events.html#GripGestureEvent"><span class="returnvalue">GripGestureEvent</span></a> *  grip_gesture_event_new              (<em class="parameter"><code><a class="link" href="libgrip-Gesture-Events.html#GripGestureType"><span class="type">GripGestureType</span></a> gesture_type</code></em>);</pre>
 
621
<p>
 
622
Creates a new Grip gesture event.
 
623
</p>
 
624
<div class="variablelist"><table border="0">
 
625
<col align="left" valign="top">
 
626
<tbody>
 
627
<tr>
 
628
<td><p><span class="term"><em class="parameter"><code>gesture_type</code></em> :</span></p></td>
 
629
<td>the type of the gesture</td>
 
630
</tr>
 
631
<tr>
 
632
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
633
<td>a new <a class="link" href="libgrip-Gesture-Events.html#GripGestureEvent"><span class="type">GripGestureEvent</span></a>
 
634
</td>
 
635
</tr>
 
636
</tbody>
 
637
</table></div>
 
638
</div>
 
639
<hr>
 
640
<div class="refsect2">
 
641
<a name="grip-gesture-event-free"></a><h3>grip_gesture_event_free ()</h3>
 
642
<pre class="programlisting"><span class="returnvalue">void</span>                grip_gesture_event_free             (<em class="parameter"><code><a class="link" href="libgrip-Gesture-Events.html#GripGestureEvent"><span class="type">GripGestureEvent</span></a> *event</code></em>);</pre>
 
643
<p>
 
644
Frees the resources allocated for a <a class="link" href="libgrip-Gesture-Events.html#GripGestureEvent"><span class="type">GripGestureEvent</span></a>.
 
645
</p>
 
646
<div class="variablelist"><table border="0">
 
647
<col align="left" valign="top">
 
648
<tbody><tr>
 
649
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
 
650
<td>a <a class="link" href="libgrip-Gesture-Events.html#GripGestureEvent"><span class="type">GripGestureEvent</span></a>
 
651
</td>
 
652
</tr></tbody>
 
653
</table></div>
 
654
</div>
 
655
<hr>
 
656
<div class="refsect2">
 
657
<a name="grip-gesture-event-copy"></a><h3>grip_gesture_event_copy ()</h3>
 
658
<pre class="programlisting"><a class="link" href="libgrip-Gesture-Events.html#GripGestureEvent"><span class="returnvalue">GripGestureEvent</span></a> *  grip_gesture_event_copy             (<em class="parameter"><code>const <a class="link" href="libgrip-Gesture-Events.html#GripGestureEvent"><span class="type">GripGestureEvent</span></a> *event</code></em>);</pre>
 
659
<p>
 
660
Creates a new <a class="link" href="libgrip-Gesture-Events.html#GripGestureEvent"><span class="type">GripGestureEvent</span></a> instance using a deep copy of and existing
 
661
event.
 
662
</p>
 
663
<div class="variablelist"><table border="0">
 
664
<col align="left" valign="top">
 
665
<tbody>
 
666
<tr>
 
667
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
 
668
<td>an existing <a class="link" href="libgrip-Gesture-Events.html#GripGestureEvent"><span class="type">GripGestureEvent</span></a>
 
669
</td>
 
670
</tr>
 
671
<tr>
 
672
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
673
<td>a new <a class="link" href="libgrip-Gesture-Events.html#GripGestureEvent"><span class="type">GripGestureEvent</span></a>
 
674
</td>
 
675
</tr>
 
676
</tbody>
 
677
</table></div>
 
678
</div>
 
679
</div>
 
680
</div>
 
681
<div class="footer">
 
682
<hr>
 
683
          Generated by GTK-Doc V1.17</div>
 
684
</body>
 
685
</html>
 
 
b'\\ No newline at end of file'