76 lines
4.1 KiB
HTML
76 lines
4.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<title>Gestures and event handling: GTK+ 3 Reference Manual</title>
|
||
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
||
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
||
<link rel="up" href="gtkobjects.html" title="Part II. GTK+ Widgets and Objects">
|
||
<link rel="prev" href="GtkAppChooserWidget.html" title="GtkAppChooserWidget">
|
||
<link rel="next" href="GtkEventController.html" title="GtkEventController">
|
||
<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
|
||
<link rel="stylesheet" href="style.css" type="text/css">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
||
<td width="100%" align="left" class="shortcuts"></td>
|
||
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
||
<td><a accesskey="u" href="gtkobjects.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
||
<td><a accesskey="p" href="GtkAppChooserWidget.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
||
<td><a accesskey="n" href="GtkEventController.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
||
</tr></table>
|
||
<div class="chapter">
|
||
<div class="titlepage"><div><div><h2 class="title">
|
||
<a name="Gestures"></a>Gestures and event handling</h2></div></div></div>
|
||
<div class="toc"><dl class="toc">
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkEventController.html">GtkEventController</a></span><span class="refpurpose"> — Self-contained handler of series of events</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkEventControllerKey.html">GtkEventControllerKey</a></span><span class="refpurpose"> — Event controller for key events</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkEventControllerScroll.html">GtkEventControllerScroll</a></span><span class="refpurpose"> — Event controller for scroll events</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkEventControllerMotion.html">GtkEventControllerMotion</a></span><span class="refpurpose"> — Event controller for motion events</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkGesture.html">GtkGesture</a></span><span class="refpurpose"> — Base class for gestures</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkGestureSingle.html">GtkGestureSingle</a></span><span class="refpurpose"> — Base class for mouse/single-touch gestures</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkGestureDrag.html">GtkGestureDrag</a></span><span class="refpurpose"> — Drag gesture</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkGestureLongPress.html">GtkGestureLongPress</a></span><span class="refpurpose"> — "Press and Hold" gesture</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkGestureMultiPress.html">GtkGestureMultiPress</a></span><span class="refpurpose"> — Multipress gesture</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkGesturePan.html">GtkGesturePan</a></span><span class="refpurpose"> — Pan gesture</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkGestureSwipe.html">GtkGestureSwipe</a></span><span class="refpurpose"> — Swipe gesture</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkGestureRotate.html">GtkGestureRotate</a></span><span class="refpurpose"> — Rotate gesture</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkGestureZoom.html">GtkGestureZoom</a></span><span class="refpurpose"> — Zoom gesture</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkGestureStylus.html">GtkGestureStylus</a></span><span class="refpurpose"> — Gesture for stylus input</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkPadController.html">GtkPadController</a></span><span class="refpurpose"> — Controller for drawing tablet pads</span>
|
||
</dt>
|
||
</dl></div>
|
||
</div>
|
||
<div class="footer">
|
||
<hr>Generated by GTK-Doc V1.33.1</div>
|
||
</body>
|
||
</html> |