New upstream version 3.24.11
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="gtkbase.html" title="Part III. GTK+ Core Reference">
|
||||
<link rel="prev" href="gtk3-Selections.html" title="Selections">
|
||||
<link rel="next" href="gtk3-Filesystem-utilities.html" title="Filesystem utilities">
|
||||
<meta name="generator" content="GTK-Doc V1.30.1 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -773,7 +773,7 @@ GtkEditable (entry and text widgets) or GtkTextView.</p>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gtk_test_widget_click (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> button</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/GdkSurface.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifiers</code></em>);</pre>
|
||||
<em class="parameter"><code><span class="type">GdkModifierType</span> modifiers</code></em>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gtk_test_widget_click</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
||||
<p>This testing infrastructure is phased out in favor of reftests.</p>
|
||||
@ -828,7 +828,7 @@ location, see <code class="function">gdk_test_simulate_button()</code> for detai
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gtk_test_widget_send_key (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> keyval</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/GdkSurface.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifiers</code></em>);</pre>
|
||||
<em class="parameter"><code><span class="type">GdkModifierType</span> modifiers</code></em>);</pre>
|
||||
<p>This function will generate keyboard press and release events in
|
||||
the middle of the first GdkWindow found that belongs to <em class="parameter"><code>widget</code></em>
|
||||
.
|
||||
@ -908,6 +908,6 @@ server.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.30.1</div>
|
||||
<hr>Generated by GTK-Doc V1.29</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user