You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1id="Description"><ahref="#Gnome::Gtk4::ActionBar" class="u" title="go to top of document">Description</a></h1>
40
40
<p><strong>Gnome::Gtk4::ActionBar</strong> is designed to present contextual actions.</p><divclass="image-container inline"><imgsrc="asset_files/images/action-bar.png" width="30%" height="auto" alt="No caption"></div>
41
41
<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
-
<h2id="GtkActionBar_as_GtkBuildable"><ahref="#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 <ahref="/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 `<child>` element, or setting the center widget by specifying “center” value.</p>
42
+
<h2id="The_action_bar_as_a_buildable"><ahref="#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 <ahref="/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 <child> element, or setting the center widget by specifying <em>center</em> value.</p>
44
44
<h2id="CSS_nodes"><ahref="#Gnome::Gtk4::ActionBar" class="u" title="go to top of document">CSS nodes</a></h2>
45
45
<preclass="pod-block-code">actionbar
46
46
╰── revealer
@@ -50,7 +50,6 @@ <h2 id="CSS_nodes"><a href="#Gnome::Gtk4::ActionBar" class="u" title="go to top
50
50
├── [center widget]
51
51
╰── box.end
52
52
╰── [end children]
53
-
54
53
</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>
55
54
<h2id="Uml_Diagram"><ahref="#Gnome::Gtk4::ActionBar" class="u" title="go to top of document">Uml Diagram</a></h2>
@@ -112,6 +111,6 @@ <h2 id="set-revealed"><a href="#Gnome::Gtk4::ActionBar" class="u" title="go to t
112
111
<li><p>$revealed; The new value of the property.</p></li>
113
112
</ul>
114
113
</section></div>
115
-
</div><footer><div>Rendered from <spanclass="path">/home/marcel/Languages/Raku/Projects/gnome-source-skim-tool/gnome-api2/gnome-gtk4/doc/ActionBar.rakudoc</span></div><div>at <spanclass="time">2025-11-14T20:55:31Z</span></div></footer>
114
+
</div><footer><div>Rendered from <spanclass="path">/home/marcel/Languages/Raku/Projects/gnome-source-skim-tool/gnome-api2/gnome-gtk4/doc/ActionBar.rakudoc</span></div><div>at <spanclass="time">2026-02-04T16:32:49Z</span></div></footer>
0 commit comments