New upstream version 3.24.4
This commit is contained in:
@ -1163,7 +1163,7 @@ instantaneously to the destination.</p>
|
||||
<p>Note that the pointer should normally be under the
|
||||
control of the user. This function was added to cover
|
||||
some rare use cases like keyboard navigation support
|
||||
for the color picker in the <span class="type">GtkColorSelectionDialog</span>.</p>
|
||||
for the color picker in the <a href="https://developer.gnome.org/gtk3/GtkColorSelectionDialog.html#GtkColorSelectionDialog-struct"><span class="type">GtkColorSelectionDialog</span></a>.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gdk-device-warp.parameters"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
@ -1274,7 +1274,7 @@ events that are emitted when the grab ends unvoluntarily.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>device</p></td>
|
||||
<td class="parameter_description"><p>a <a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a>. To get the device you can use <code class="function">gtk_get_current_event_device()</code>
|
||||
<td class="parameter_description"><p>a <a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a>. To get the device you can use <a href="https://developer.gnome.org/gtk3/gtk3-General.html#gtk-get-current-event-device"><code class="function">gtk_get_current_event_device()</code></a>
|
||||
or <a class="link" href="gdk3-Events.html#gdk-event-get-device" title="gdk_event_get_device ()"><code class="function">gdk_event_get_device()</code></a> if the grab is in reaction to an event. Also, you can use
|
||||
<a class="link" href="GdkDeviceManager.html#gdk-device-manager-get-client-pointer" title="gdk_device_manager_get_client_pointer ()"><code class="function">gdk_device_manager_get_client_pointer()</code></a> but only in code that isn’t triggered by a
|
||||
<a class="link" href="gdk3-Event-Structures.html#GdkEvent" title="union GdkEvent"><span class="type">GdkEvent</span></a> and there aren’t other means to get a meaningful <a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> to operate on.</p></td>
|
||||
|
||||
Reference in New Issue
Block a user