New upstream version 3.24.22
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user