New upstream version 3.24.22

This commit is contained in:
Simon McVittie
2020-08-12 10:52:42 +01:00
680 changed files with 105720 additions and 105508 deletions

View File

@ -1027,12 +1027,12 @@
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><span class="type">gint</span></td>
<td class="property_type"><span class="type">int</span></td>
<td class="property_name"><a class="link" href="GtkWindow.html#GtkWindow--default-height" title="The “default-height” property">default-height</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><span class="type">gint</span></td>
<td class="property_type"><span class="type">int</span></td>
<td class="property_name"><a class="link" href="GtkWindow.html#GtkWindow--default-width" title="The “default-width” property">default-width</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -1084,7 +1084,7 @@
</tr>
<tr>
<td class="property_type">
<span class="type">gchar</span> *</td>
<span class="type">char</span> *</td>
<td class="property_name"><a class="link" href="GtkWindow.html#GtkWindow--icon-name" title="The “icon-name” property">icon-name</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -1120,7 +1120,7 @@
</tr>
<tr>
<td class="property_type">
<span class="type">gchar</span> *</td>
<span class="type">char</span> *</td>
<td class="property_name"><a class="link" href="GtkWindow.html#GtkWindow--role" title="The “role” property">role</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -1142,13 +1142,13 @@
</tr>
<tr>
<td class="property_type">
<span class="type">gchar</span> *</td>
<span class="type">char</span> *</td>
<td class="property_name"><a class="link" href="GtkWindow.html#GtkWindow--startup-id" title="The “startup-id” property">startup-id</a></td>
<td class="property_flags">Write</td>
</tr>
<tr>
<td class="property_type">
<span class="type">gchar</span> *</td>
<span class="type">char</span> *</td>
<td class="property_name"><a class="link" href="GtkWindow.html#GtkWindow--title" title="The “title” property">title</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -1192,12 +1192,12 @@
<tbody>
<tr>
<td class="property_type">
<span class="type">gchar</span> *</td>
<span class="type">char</span> *</td>
<td class="property_name"><a class="link" href="GtkWindow.html#GtkWindow--s-decoration-button-layout" title="The “decoration-button-layout” style property">decoration-button-layout</a></td>
<td class="property_flags">Read</td>
</tr>
<tr>
<td class="property_type"><span class="type">gint</span></td>
<td class="property_type"><span class="type">int</span></td>
<td class="property_name"><a class="link" href="GtkWindow.html#GtkWindow--s-decoration-resize-handle" title="The “decoration-resize-handle” style property">decoration-resize-handle</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -5957,7 +5957,7 @@ created by <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span cla
<hr>
<div class="refsect2">
<a name="GtkWindow--default-height"></a><h3>The <code class="literal">“default-height”</code> property</h3>
<pre class="programlisting"> “default-height” <span class="type">gint</span></pre>
<pre class="programlisting"> “default-height” <span class="type">int</span></pre>
<p>The default height of the window, used when initially showing the window.</p>
<p>Owner: GtkWindow</p>
<p>Flags: Read / Write</p>
@ -5967,7 +5967,7 @@ created by <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span cla
<hr>
<div class="refsect2">
<a name="GtkWindow--default-width"></a><h3>The <code class="literal">“default-width”</code> property</h3>
<pre class="programlisting"> “default-width” <span class="type">gint</span></pre>
<pre class="programlisting"> “default-width” <span class="type">int</span></pre>
<p>The default width of the window, used when initially showing the window.</p>
<p>Owner: GtkWindow</p>
<p>Flags: Read / Write</p>
@ -6074,7 +6074,7 @@ grip is currently shown.</p>
<hr>
<div class="refsect2">
<a name="GtkWindow--icon-name"></a><h3>The <code class="literal">“icon-name”</code> property</h3>
<pre class="programlisting"> “icon-name” <span class="type">gchar</span> *</pre>
<pre class="programlisting"> “icon-name” <span class="type">char</span> *</pre>
<p>The :icon-name property specifies the name of the themed icon to
use as the window icon. See <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> for more details.</p>
<p>Owner: GtkWindow</p>
@ -6147,7 +6147,7 @@ and should not be set by applications.</p>
<hr>
<div class="refsect2">
<a name="GtkWindow--role"></a><h3>The <code class="literal">“role”</code> property</h3>
<pre class="programlisting"> “role” <span class="type">gchar</span> *</pre>
<pre class="programlisting"> “role” <span class="type">char</span> *</pre>
<p>Unique identifier for the window to be used when restoring a session.</p>
<p>Owner: GtkWindow</p>
<p>Flags: Read / Write</p>
@ -6182,7 +6182,7 @@ and should not be set by applications.</p>
<hr>
<div class="refsect2">
<a name="GtkWindow--startup-id"></a><h3>The <code class="literal">“startup-id”</code> property</h3>
<pre class="programlisting"> “startup-id” <span class="type">gchar</span> *</pre>
<pre class="programlisting"> “startup-id” <span class="type">char</span> *</pre>
<p>The :startup-id is a write-only property for setting window's
startup notification identifier. See <a class="link" href="GtkWindow.html#gtk-window-set-startup-id" title="gtk_window_set_startup_id ()"><code class="function">gtk_window_set_startup_id()</code></a>
for more details.</p>
@ -6194,7 +6194,7 @@ for more details.</p>
<hr>
<div class="refsect2">
<a name="GtkWindow--title"></a><h3>The <code class="literal">“title”</code> property</h3>
<pre class="programlisting"> “title” <span class="type">gchar</span> *</pre>
<pre class="programlisting"> “title” <span class="type">char</span> *</pre>
<p>The title of the window.</p>
<p>Owner: GtkWindow</p>
<p>Flags: Read / Write</p>
@ -6251,7 +6251,7 @@ more details about transient windows.</p>
<a name="GtkWindow.style-property-details"></a><h2>Style Property Details</h2>
<div class="refsect2">
<a name="GtkWindow--s-decoration-button-layout"></a><h3>The <code class="literal">“decoration-button-layout”</code> style property</h3>
<pre class="programlisting"> “decoration-button-layout” <span class="type">gchar</span> *</pre>
<pre class="programlisting"> “decoration-button-layout” <span class="type">char</span> *</pre>
<p>Decorated button layout.</p>
<p>Owner: GtkWindow</p>
<p>Flags: Read</p>
@ -6260,7 +6260,7 @@ more details about transient windows.</p>
<hr>
<div class="refsect2">
<a name="GtkWindow--s-decoration-resize-handle"></a><h3>The <code class="literal">“decoration-resize-handle”</code> style property</h3>
<pre class="programlisting"> “decoration-resize-handle” <span class="type">gint</span></pre>
<pre class="programlisting"> “decoration-resize-handle” <span class="type">int</span></pre>
<p>Decoration resize handle size.</p>
<p>Owner: GtkWindow</p>
<p>Flags: Read / Write</p>