New upstream version 3.24.8

This commit is contained in:
Iain Lane
2019-04-11 09:41:47 +01:00
549 changed files with 776552 additions and 386298 deletions

View File

@ -61,7 +61,7 @@
</tr>
<tr>
<td class="function_type">
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<span class="returnvalue">gboolean</span>
</td>
<td class="function_name">
<a class="link" href="GtkEventBox.html#gtk-event-box-get-above-child" title="gtk_event_box_get_above_child ()">gtk_event_box_get_above_child</a> <span class="c_punctuation">()</span>
@ -77,7 +77,7 @@
</tr>
<tr>
<td class="function_type">
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<span class="returnvalue">gboolean</span>
</td>
<td class="function_name">
<a class="link" href="GtkEventBox.html#gtk-event-box-get-visible-window" title="gtk_event_box_get_visible_window ()">gtk_event_box_get_visible_window</a> <span class="c_punctuation">()</span>
@ -96,12 +96,12 @@
</colgroup>
<tbody>
<tr>
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_type"><span class="type">gboolean</span></td>
<td class="property_name"><a class="link" href="GtkEventBox.html#GtkEventBox--above-child" title="The “above-child” property">above-child</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_type"><span class="type">gboolean</span></td>
<td class="property_name"><a class="link" href="GtkEventBox.html#GtkEventBox--visible-window" title="The “visible-window” property">visible-window</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -129,8 +129,8 @@
</div>
<div class="refsect1">
<a name="GtkEventBox.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
<span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
<pre class="screen"> GObject
<span class="lineart">╰──</span> GInitiallyUnowned
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
<span class="lineart">╰──</span> <a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
@ -171,7 +171,7 @@ gtk_event_box_new (<em class="parameter"><code><span class="type">void</span></c
<a name="gtk-event-box-set-above-child"></a><h3>gtk_event_box_set_above_child ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_event_box_set_above_child (<em class="parameter"><code><a class="link" href="GtkEventBox.html" title="GtkEventBox"><span class="type">GtkEventBox</span></a> *event_box</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> above_child</code></em>);</pre>
<em class="parameter"><code><span class="type">gboolean</span> above_child</code></em>);</pre>
<p>Set whether the event box window is positioned above the windows
of its child, as opposed to below it. If the window is above, all
events inside the event box will go to the event box. If the window
@ -194,7 +194,7 @@ widget, and then to its parents.</p>
</tr>
<tr>
<td class="parameter_name"><p>above_child</p></td>
<td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event box window is above its child</p></td>
<td class="parameter_description"><p><code class="literal">TRUE</code> if the event box window is above its child</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@ -205,7 +205,7 @@ widget, and then to its parents.</p>
<hr>
<div class="refsect2">
<a name="gtk-event-box-get-above-child"></a><h3>gtk_event_box_get_above_child ()</h3>
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
gtk_event_box_get_above_child (<em class="parameter"><code><a class="link" href="GtkEventBox.html" title="GtkEventBox"><span class="type">GtkEventBox</span></a> *event_box</code></em>);</pre>
<p>Returns whether the event box window is above or below the
windows of its child. See <a class="link" href="GtkEventBox.html#gtk-event-box-set-above-child" title="gtk_event_box_set_above_child ()"><code class="function">gtk_event_box_set_above_child()</code></a>
@ -227,7 +227,7 @@ for details.</p>
</div>
<div class="refsect3">
<a name="gtk-event-box-get-above-child.returns"></a><h4>Returns</h4>
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event box window is above the
<p> <code class="literal">TRUE</code> if the event box window is above the
window of its child</p>
</div>
<p class="since">Since: 2.4</p>
@ -237,14 +237,14 @@ window of its child</p>
<a name="gtk-event-box-set-visible-window"></a><h3>gtk_event_box_set_visible_window ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_event_box_set_visible_window (<em class="parameter"><code><a class="link" href="GtkEventBox.html" title="GtkEventBox"><span class="type">GtkEventBox</span></a> *event_box</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible_window</code></em>);</pre>
<em class="parameter"><code><span class="type">gboolean</span> visible_window</code></em>);</pre>
<p>Set whether the event box uses a visible or invisible child
window. The default is to use visible windows.</p>
<p>In an invisible window event box, the window that the
event box creates is a <a href="https://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-INPUT-ONLY:CAPS"><code class="literal">GDK_INPUT_ONLY</code></a> window, which
event box creates is a <code class="literal">GDK_INPUT_ONLY</code> window, which
means that it is invisible and only serves to receive
events.</p>
<p>A visible window event box creates a visible (<a href="https://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-INPUT-OUTPUT:CAPS"><code class="literal">GDK_INPUT_OUTPUT</code></a>)
<p>A visible window event box creates a visible (<code class="literal">GDK_INPUT_OUTPUT</code>)
window that acts as the parent window for all the widgets
contained in the event box.</p>
<p>You should generally make your event box invisible if
@ -281,7 +281,7 @@ descendant windows, not just at the same place on the screen.</p>
</tr>
<tr>
<td class="parameter_name"><p>visible_window</p></td>
<td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to make the event box have a visible window</p></td>
<td class="parameter_description"><p><code class="literal">TRUE</code> to make the event box have a visible window</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@ -292,7 +292,7 @@ descendant windows, not just at the same place on the screen.</p>
<hr>
<div class="refsect2">
<a name="gtk-event-box-get-visible-window"></a><h3>gtk_event_box_get_visible_window ()</h3>
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
gtk_event_box_get_visible_window (<em class="parameter"><code><a class="link" href="GtkEventBox.html" title="GtkEventBox"><span class="type">GtkEventBox</span></a> *event_box</code></em>);</pre>
<p>Returns whether the event box has a visible window.
See <a class="link" href="GtkEventBox.html#gtk-event-box-set-visible-window" title="gtk_event_box_set_visible_window ()"><code class="function">gtk_event_box_set_visible_window()</code></a> for details.</p>
@ -313,7 +313,7 @@ See <a class="link" href="GtkEventBox.html#gtk-event-box-set-visible-window" tit
</div>
<div class="refsect3">
<a name="gtk-event-box-get-visible-window.returns"></a><h4>Returns</h4>
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event box window is visible</p>
<p> <code class="literal">TRUE</code> if the event box window is visible</p>
</div>
<p class="since">Since: 2.4</p>
</div>
@ -348,7 +348,7 @@ See <a class="link" href="GtkEventBox.html#gtk-event-box-set-visible-window" tit
<a name="GtkEventBox.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GtkEventBox--above-child"></a><h3>The <code class="literal">“above-child”</code> property</h3>
<pre class="programlisting"> “above-child” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<pre class="programlisting"> “above-child” <span class="type">gboolean</span></pre>
<p>Whether the event-trapping window of the eventbox is above the window of the child widget as opposed to below it.</p>
<p>Flags: Read / Write</p>
<p>Default value: FALSE</p>
@ -356,7 +356,7 @@ See <a class="link" href="GtkEventBox.html#gtk-event-box-set-visible-window" tit
<hr>
<div class="refsect2">
<a name="GtkEventBox--visible-window"></a><h3>The <code class="literal">“visible-window”</code> property</h3>
<pre class="programlisting"> “visible-window” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<pre class="programlisting"> “visible-window” <span class="type">gboolean</span></pre>
<p>Whether the event box is visible, as opposed to invisible and only used to trap events.</p>
<p>Flags: Read / Write</p>
<p>Default value: TRUE</p>