Skip to content

Commit d03029a

Browse files
committed
hand corrected
1 parent 5b7cc2c commit d03029a

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

content-docs/api2/reference/Gtk4/ActionBar.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<caption>Table of Contents</caption>
1818
<tr class="toc-level-1"><td class="toc-text"><a href="#Description">Description</a></td></tr>
1919
<tr class="toc-level-1"><td class="toc-text"><a href="#"></a></td></tr>
20-
<tr class="toc-level-2"><td class="toc-text"><a href="#GtkActionBar_as_GtkBuildable">GtkActionBar as GtkBuildable</a></td></tr>
20+
<tr class="toc-level-2"><td class="toc-text"><a href="#The_action_bar_as_a_buildable">The action bar as a buildable</a></td></tr>
2121
<tr class="toc-level-2"><td class="toc-text"><a href="#CSS_nodes">CSS nodes</a></td></tr>
2222
<tr class="toc-level-2"><td class="toc-text"><a href="#Uml_Diagram">Uml Diagram</a></td></tr>
2323
<tr class="toc-level-1"><td class="toc-text"><a href="#"></a></td></tr>
@@ -39,8 +39,8 @@
3939
<h1 id="Description"><a href="#Gnome::Gtk4::ActionBar" class="u" title="go to top of document">Description</a></h1>
4040
<p><strong>Gnome::Gtk4::ActionBar</strong> is designed to present contextual actions.</p><div class="image-container inline"><img src="asset_files/images/action-bar.png" width="30%" height="auto" alt="No caption"></div>
4141
<p>It is expected to be displayed below the content and expand horizontally to fill the area.</p><p>It allows placing children at the start or the end. In addition, it contains an internal centered box which is centered with respect to the full width of the box, even if the children at either side take up different amounts of space.</p>
42-
<h2 id="GtkActionBar_as_GtkBuildable"><a href="#Gnome::Gtk4::ActionBar" class="u" title="go to top of document">GtkActionBar as GtkBuildable</a></h2>
43-
<p>The <strong>Gnome::Gtk4::ActionBar</strong> implementation of the <a href="/content-docs/api2/reference/Gtk4/R-Buildable.html">Gnome::Gtk4::R-Buildable</a> interface supports adding children at the start or end sides by specifying start or end as the type attribute of a `&lt;child&gt;` element, or setting the center widget by specifying center value.</p>
42+
<h2 id="The_action_bar_as_a_buildable"><a href="#Gnome::Gtk4::ActionBar" class="u" title="go to top of document">The action bar as a buildable</a></h2>
43+
<p>The <strong>Gnome::Gtk4::ActionBar</strong> implementation of the <a href="/content-docs/api2/reference/Gtk4/R-Buildable.html">Gnome::Gtk4::R-Buildable</a> interface supports adding children at the start or end sides by specifying <em>start</em> or <em>end</em> as the <em>type</em> attribute of a &lt;child&gt; element, or setting the center widget by specifying <em>center</em> value.</p>
4444
<h2 id="CSS_nodes"><a href="#Gnome::Gtk4::ActionBar" class="u" title="go to top of document">CSS nodes</a></h2>
4545
<pre class="pod-block-code">actionbar
4646
╰── revealer
@@ -50,7 +50,6 @@ <h2 id="CSS_nodes"><a href="#Gnome::Gtk4::ActionBar" class="u" title="go to top
5050
├── [center widget]
5151
╰── box.end
5252
╰── [end children]
53-
5453
</pre><p>A <strong>Gnome::Gtk4::ActionBar</strong>'s CSS node is called <strong>actionbar</strong>. It contains a <strong>revealer</strong> subnode, which contains a <strong>box</strong> subnode, which contains two <strong>box</strong> subnodes at the start and end of the action bar, with <strong>start</strong> and <strong>end</strong> style classes respectively, as well as a center node that represents the center child.</p><p>Each of the boxes contains children packed for that side.</p>
5554
<h2 id="Uml_Diagram"><a href="#Gnome::Gtk4::ActionBar" class="u" title="go to top of document">Uml Diagram</a></h2>
5655
<div class="image-container inline"><img src="asset_files/images/plantuml/ActionBar.png" width="70%" height="auto" alt="No caption"></div>
@@ -112,6 +111,6 @@ <h2 id="set-revealed"><a href="#Gnome::Gtk4::ActionBar" class="u" title="go to t
112111
<li><p>$revealed; The new value of the property.</p></li>
113112
</ul>
114113
</section> </div>
115-
</div><footer><div>Rendered from <span class="path">/home/marcel/Languages/Raku/Projects/gnome-source-skim-tool/gnome-api2/gnome-gtk4/doc/ActionBar.rakudoc</span></div><div>at <span class="time">2025-11-14T20:55:31Z</span></div></footer>
114+
</div><footer><div>Rendered from <span class="path">/home/marcel/Languages/Raku/Projects/gnome-source-skim-tool/gnome-api2/gnome-gtk4/doc/ActionBar.rakudoc</span></div><div>at <span class="time">2026-02-04T16:32:49Z</span></div></footer>
116115
</body>
117116
</html>

0 commit comments

Comments
 (0)