New upstream version 3.24.31

This commit is contained in:
Simon McVittie
2021-12-26 18:40:54 +00:00
438 changed files with 400009 additions and 386789 deletions

View File

@ -211,10 +211,10 @@ by way of <a class="link" href="GtkLabel.html#GtkLabel--width-chars" title="The
as widgets that grow (such as ellipsizing text) need no such considerations.</p>
<div class="refsect2">
<a name="id-1.3.19.10.9.9"></a><h3>GtkSizeGroup as GtkBuildable</h3>
<p>Size groups can be specified in a UI definition by placing an &lt;object&gt;
<p>Size groups can be specified in a UI definition by placing an <code class="literal">&lt;object&gt;</code>
element with <code class="literal">class="GtkSizeGroup"</code> somewhere in the UI definition. The
widgets that belong to the size group are specified by a &lt;widgets&gt; element
that may contain multiple &lt;widget&gt; elements, one for each member of the
widgets that belong to the size group are specified by a <code class="literal">&lt;widgets&gt;</code> element
that may contain multiple <code class="literal">&lt;widget&gt;</code> elements, one for each member of the
size group. The ”name” attribute gives the id of the widget.</p>
<p>An example of a UI definition fragment with GtkSizeGroup:</p>
<div class="informalexample">