gtk.action_bar
Module for [ActionBar] class
Types 3
classActionBar : gtk.bin.Bin
GtkActionBar 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.
CSS nodes
GtkActionBar has a single CSS node with name actionbar.
Methods
ActionBarGidBuilder builder() static nothrowGet builder for [gtk.action_bar.ActionBar] Returns: New builder objectgtk.widget.Widget getCenterWidget() nothrowRetrieves the center bar widget of the bar. Returns: the center #GtkWidget or null.void packEnd(gtk.widget.Widget child) nothrowAdds child to action_bar, packed with reference to the end of the action_bar.void packStart(gtk.widget.Widget child) nothrowAdds child to action_bar, packed with reference to the start of the action_bar.void setCenterWidget(gtk.widget.Widget centerWidget = null) nothrowSets the center widget for the #GtkActionBar.classActionBarGidBuilderImpl(T) : gtk.bin.BinGidBuilderImpl!T
Fluent builder implementation template for gtk.action_bar.ActionBar
Fluent builder for gtk.action_bar.ActionBar