New upstream version 3.24.22
This commit is contained in:
@ -152,8 +152,8 @@ for the given <em class="parameter"><code>widget</code></em>
|
||||
<a name="GtkEventControllerMotion-enter"></a><h3>The <code class="literal">“enter”</code> signal</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
user_function (<a class="link" href="GtkEventControllerMotion.html" title="GtkEventControllerMotion"><span class="type">GtkEventControllerMotion</span></a> *controller,
|
||||
<span class="type">gdouble</span> x,
|
||||
<span class="type">gdouble</span> y,
|
||||
<span class="type">double</span> x,
|
||||
<span class="type">double</span> y,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>Signals that the pointer has entered the widget.</p>
|
||||
<div class="refsect3">
|
||||
@ -226,8 +226,8 @@ user_function (<a class="link" href="GtkEventControllerMotion.html" title="GtkEv
|
||||
<a name="GtkEventControllerMotion-motion"></a><h3>The <code class="literal">“motion”</code> signal</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
user_function (<a class="link" href="GtkEventControllerMotion.html" title="GtkEventControllerMotion"><span class="type">GtkEventControllerMotion</span></a> *controller,
|
||||
<span class="type">gdouble</span> x,
|
||||
<span class="type">gdouble</span> y,
|
||||
<span class="type">double</span> x,
|
||||
<span class="type">double</span> y,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>Emitted when the pointer moves inside the widget.</p>
|
||||
<div class="refsect3">
|
||||
|
||||
Reference in New Issue
Block a user