New upstream version 3.24.18
This commit is contained in:
@ -93,7 +93,7 @@
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">GtkButtonRole</span></td>
|
||||
<td class="property_type"><a class="link" href="GtkModelButton.html#GtkButtonRole" title="enum GtkButtonRole"><span class="type">GtkButtonRole</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GtkModelButton.html#GtkModelButton--role" title="The “role” property">role</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -121,11 +121,11 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="datatype_keyword"> </td>
|
||||
<td class="function_name">GtkModelButton</td>
|
||||
<td class="function_name"><a class="link" href="GtkModelButton.html#GtkModelButton-struct" title="GtkModelButton">GtkModelButton</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="datatype_keyword">enum</td>
|
||||
<td class="function_name">GtkButtonRole</td>
|
||||
<td class="function_name"><a class="link" href="GtkModelButton.html#GtkButtonRole" title="enum GtkButtonRole">GtkButtonRole</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -340,6 +340,51 @@ gtk_model_button_new (<em class="parameter"><code><span class="type">void</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkModelButton.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkModelButton-struct"></a><h3>GtkModelButton</h3>
|
||||
<pre class="programlisting">typedef struct _GtkModelButton GtkModelButton;</pre>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkButtonRole"></a><h3>enum GtkButtonRole</h3>
|
||||
<p>The role specifies the desired appearance of a <a class="link" href="GtkModelButton.html" title="GtkModelButton"><span class="type">GtkModelButton</span></a>.</p>
|
||||
<div class="refsect3">
|
||||
<a name="GtkButtonRole.members"></a><h4>Members</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="300px" class="enum_members_name">
|
||||
<col class="enum_members_description">
|
||||
<col width="200px" class="enum_members_annotations">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GTK-BUTTON-ROLE-NORMAL:CAPS"></a>GTK_BUTTON_ROLE_NORMAL</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>A plain button</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GTK-BUTTON-ROLE-CHECK:CAPS"></a>GTK_BUTTON_ROLE_CHECK</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>A check button</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GTK-BUTTON-ROLE-RADIO:CAPS"></a>GTK_BUTTON_ROLE_RADIO</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>A radio button</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkModelButton.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkModelButton--active"></a><h3>The <code class="literal">“active”</code> property</h3>
|
||||
@ -410,7 +455,7 @@ If this is set, the button should not have an action associated with it.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkModelButton--role"></a><h3>The <code class="literal">“role”</code> property</h3>
|
||||
<pre class="programlisting"> “role” <span class="type">GtkButtonRole</span></pre>
|
||||
<pre class="programlisting"> “role” <a class="link" href="GtkModelButton.html#GtkButtonRole" title="enum GtkButtonRole"><span class="type">GtkButtonRole</span></a></pre>
|
||||
<p>Specifies whether the button is a plain, check or radio button.
|
||||
When <a class="link" href="GtkActionable.html#GtkActionable--action-name" title="The “action-name” property"><span class="type">“action-name”</span></a> is set, the role will be determined
|
||||
from the action and does not have to be set explicitly.</p>
|
||||
|
Reference in New Issue
Block a user