Gtk.Toolbar.prototype.set_style
function set_style(style:Gtk.ToolbarStyle):void {
// Gjs wrapper for gtk_toolbar_set_style()
}Alters the view of toolbar to display either icons only, text only, or both.
- style
the new style for toolbar.
function set_style(style:Gtk.ToolbarStyle):void {
// Gjs wrapper for gtk_toolbar_set_style()
}Alters the view of toolbar to display either icons only, text only, or both.
the new style for toolbar.