New upstream version 3.24.11
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="NumericEntry.html" title="Numeric and Text Data Entry">
|
||||
<link rel="prev" href="GtkSpinButton.html" title="GtkSpinButton">
|
||||
<link rel="next" href="GtkSearchBar.html" title="GtkSearchBar">
|
||||
<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">
|
||||
@ -175,7 +175,7 @@ to call <a class="link" href="GtkSearchBar.html#gtk-search-bar-handle-event" tit
|
||||
reveal the entry in addition to passing the event to this
|
||||
function.</p>
|
||||
<p>If the key event is handled by the search entry and starts
|
||||
or continues a search, <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GDK-EVENT-STOP:CAPS"><code class="literal">GDK_EVENT_STOP</code></a> will be returned.
|
||||
or continues a search, <code class="literal">GDK_EVENT_STOP</code> will be returned.
|
||||
The caller should ensure that the entry is shown in this
|
||||
case, and not propagate the event further.</p>
|
||||
<div class="refsect3">
|
||||
@ -202,8 +202,8 @@ case, and not propagate the event further.</p>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-search-entry-handle-event.returns"></a><h4>Returns</h4>
|
||||
<p> <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GDK-EVENT-STOP:CAPS"><code class="literal">GDK_EVENT_STOP</code></a> if the key press event resulted
|
||||
in a search beginning or continuing, <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GDK-EVENT-PROPAGATE:CAPS"><code class="literal">GDK_EVENT_PROPAGATE</code></a>
|
||||
<p> <code class="literal">GDK_EVENT_STOP</code> if the key press event resulted
|
||||
in a search beginning or continuing, <code class="literal">GDK_EVENT_PROPAGATE</code>
|
||||
otherwise.</p>
|
||||
</div>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
||||
@ -363,6 +363,6 @@ entry in this case.</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