Package: gtk
Class gtk:action-bar
Superclassesgtk:widget, gobject:initially-unowned, gtk:accessible, gtk:buildable, gtk:constraint-target, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk:action-bar widget is designed to present contextual actions.
It is expected to be displayed below the content and expand horizontally to
fill the area. ![]() 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. GtkActionBar as GtkBuildableCSS nodesactionbar ╰── revealer ╰── box ├── box.start │ ╰── [start children] ├── [center widget] ╰── box.end ╰── [end children]The gtk:action-bar implementation has a single CSS node with name actionbar. It contains a revealer subnode, which contains a box subnode, which contains two box subnodes at the start and end of the action bar, with start and end style classes respectively, as well as a center node that represents the center child. Each of the boxes contains children packed for that side. | Returned bySlot Access FunctionsInherited Slot Access FunctionsSee also |
2024-4-21