New upstream version 3.24.24
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="Gestures.html" title="Gestures and event handling">
|
||||
<link rel="prev" href="Gestures.html" title="Gestures and event handling">
|
||||
<link rel="next" href="GtkEventControllerKey.html" title="GtkEventControllerKey">
|
||||
<meta name="generator" content="GTK-Doc V1.99 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -145,7 +145,7 @@
|
||||
<div class="refsect1">
|
||||
<a name="GtkEventController.description"></a><h2>Description</h2>
|
||||
<p><a class="link" href="GtkEventController.html" title="GtkEventController"><span class="type">GtkEventController</span></a> is a base, low-level implementation for event
|
||||
controllers. Those react to a series of <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GdkEvent-struct"><span class="type">GdkEvents</span></a>, and possibly trigger
|
||||
controllers. Those react to a series of <a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvents</span></a>, and possibly trigger
|
||||
actions as a consequence of those.</p>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
@ -219,7 +219,7 @@ the events can be managed by calling <a class="link" href="GtkEventController.ht
|
||||
<a name="gtk-event-controller-handle-event"></a><h3>gtk_event_controller_handle_event ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gtk_event_controller_handle_event (<em class="parameter"><code><a class="link" href="GtkEventController.html" title="GtkEventController"><span class="type">GtkEventController</span></a> *controller</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GdkEvent-struct"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
|
||||
<em class="parameter"><code>const <a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
|
||||
<p>Feeds an events into <em class="parameter"><code>controller</code></em>
|
||||
, so it can be interpreted
|
||||
and the controller actions triggered.</p>
|
||||
@ -239,7 +239,7 @@ and the controller actions triggered.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>event</p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GdkEvent-struct"><span class="type">GdkEvent</span></a></p></td>
|
||||
<td class="parameter_description"><p>a <a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -385,7 +385,7 @@ grab broken handlers for controllers in this phase to be run.</p>
|
||||
<div class="refsect2">
|
||||
<a name="GtkEventController--widget"></a><h3>The <code class="literal">“widget”</code> property</h3>
|
||||
<pre class="programlisting"> “widget” <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *</pre>
|
||||
<p>The widget receiving the <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GdkEvent-struct"><span class="type">GdkEvents</span></a> that the controller will handle.</p>
|
||||
<p>The widget receiving the <a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvents</span></a> that the controller will handle.</p>
|
||||
<p>Owner: GtkEventController</p>
|
||||
<p>Flags: Read / Write / Construct Only</p>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
||||
@ -397,6 +397,6 @@ grab broken handlers for controllers in this phase to be run.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.99</div>
|
||||
<hr>Generated by GTK-Doc V1.33.0</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user