New upstream version 3.24.14
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="ButtonWidgets.html" title="Buttons and Toggles">
|
||||
<link rel="prev" href="GtkButton.html" title="GtkButton">
|
||||
<link rel="next" href="GtkRadioButton.html" title="GtkRadioButton">
|
||||
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.32.1 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -38,8 +38,8 @@
|
||||
<a name="GtkCheckButton.functions"></a><h2>Functions</h2>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="functions_return">
|
||||
<col class="functions_name">
|
||||
<col width="150px" class="functions_proto_type">
|
||||
<col class="functions_proto_name">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -95,12 +95,12 @@
|
||||
<a name="GtkCheckButton.other"></a><h2>Types and Values</h2>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="name">
|
||||
<col class="description">
|
||||
<col width="150px" class="other_proto_type">
|
||||
<col class="other_proto_name">
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="datatype_keyword">struct</td>
|
||||
<td class="function_name"><a class="link" href="GtkCheckButton.html#GtkCheckButton-struct" title="struct GtkCheckButton">GtkCheckButton</a></td>
|
||||
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkCheckButton.html#GtkCheckButton-struct">GtkCheckButton</a></td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
@ -144,9 +144,9 @@ more information about toggle/check buttons.</p>
|
||||
<td class="listing_lines" align="right"><pre>1
|
||||
2
|
||||
3</pre></td>
|
||||
<td class="listing_code"><pre class="programlisting"><span class="normal">checkbutton</span>
|
||||
<span class="normal">├── check</span>
|
||||
<span class="normal">╰── </span><span class="symbol"><</span><span class="normal">child</span><span class="symbol">></span></pre></td>
|
||||
<td class="listing_code"><pre class="programlisting"><span class="n">checkbutton</span>
|
||||
<span class="err">├──</span> <span class="n">check</span>
|
||||
<span class="err">╰──</span> <span class="o"><</span><span class="n">child</span><span class="o">></span></pre></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -162,9 +162,9 @@ main CSS node with name checkbutton and a subnode with name check.</p>
|
||||
<td class="listing_lines" align="right"><pre>1
|
||||
2
|
||||
3</pre></td>
|
||||
<td class="listing_code"><pre class="programlisting"><span class="normal">button</span><span class="symbol">.</span><span class="normal">check</span>
|
||||
<span class="normal">├── check</span>
|
||||
<span class="normal">╰── </span><span class="symbol"><</span><span class="normal">child</span><span class="symbol">></span></pre></td>
|
||||
<td class="listing_code"><pre class="programlisting"><span class="n">button</span><span class="p">.</span><span class="n">check</span>
|
||||
<span class="err">├──</span> <span class="n">check</span>
|
||||
<span class="err">╰──</span> <span class="o"><</span><span class="n">child</span><span class="o">></span></pre></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -246,13 +246,6 @@ mnemonic character</p></td>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkCheckButton.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkCheckButton-struct"></a><h3>struct GtkCheckButton</h3>
|
||||
<pre class="programlisting">struct GtkCheckButton;</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkCheckButton.style-property-details"></a><h2>Style Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkCheckButton--s-indicator-size"></a><h3>The <code class="literal">“indicator-size”</code> style property</h3>
|
||||
@ -262,6 +255,7 @@ mnemonic character</p></td>
|
||||
<p><code class="literal">GtkCheckButton:indicator-size</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
||||
<p>Use CSS min-width and min-height on the indicator node.</p>
|
||||
</div>
|
||||
<p>Owner: GtkCheckButton</p>
|
||||
<p>Flags: Read</p>
|
||||
<p>Allowed values: >= 0</p>
|
||||
<p>Default value: 16</p>
|
||||
@ -276,6 +270,7 @@ mnemonic character</p></td>
|
||||
<p>Use CSS margins of the indicator node,
|
||||
the value of this style property is ignored.</p>
|
||||
</div>
|
||||
<p>Owner: GtkCheckButton</p>
|
||||
<p>Flags: Read</p>
|
||||
<p>Allowed values: >= 0</p>
|
||||
<p>Default value: 2</p>
|
||||
@ -287,6 +282,6 @@ mnemonic character</p></td>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.29</div>
|
||||
<hr>Generated by GTK-Doc V1.32.1</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user