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()Get builder for [gtk.action_bar.ActionBar] Returns: New builder objectgtk.widget.Widget getCenterWidget()Retrieves the center bar widget of the bar. Returns: the center #GtkWidget or null.void packEnd(gtk.widget.Widget child)Adds child to actionbar, packed with reference to the end of the actionbar.void packStart(gtk.widget.Widget child)Adds child to actionbar, packed with reference to the start of the actionbar.void setCenterWidget(gtk.widget.Widget centerWidget = null)Sets the center widget for the #GtkActionBar.classActionBarGidBuilderImpl(T) : gtk.bin.BinGidBuilderImpl!T