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

@ -88,7 +88,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="GtkModelButton.html#GtkModelButton--menu-name" title="The “menu-name” property">menu-name</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -99,7 +99,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="GtkModelButton.html#GtkModelButton--text" title="The “text” property">text</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -444,7 +444,7 @@ menu.</p>
<hr>
<div class="refsect2">
<a name="GtkModelButton--menu-name"></a><h3>The <code class="literal">“menu-name”</code> property</h3>
<pre class="programlisting"> “menu-name” <span class="type">gchar</span> *</pre>
<pre class="programlisting"> “menu-name” <span class="type">char</span> *</pre>
<p>The name of a submenu to open when the button is activated.
If this is set, the button should not have an action associated with it.</p>
<p>Owner: GtkModelButton</p>
@ -467,7 +467,7 @@ from the action and does not have to be set explicitly.</p>
<hr>
<div class="refsect2">
<a name="GtkModelButton--text"></a><h3>The <code class="literal">“text”</code> property</h3>
<pre class="programlisting"> “text” <span class="type">gchar</span> *</pre>
<pre class="programlisting"> “text” <span class="type">char</span> *</pre>
<p>The label for the button.</p>
<p>Owner: GtkModelButton</p>
<p>Flags: Read / Write</p>