Package: gtk

Accessor gtk:header-bar-title-widget

Lambda List

gtk:header-bar-title-widget (object)

Syntax

(gtk:header-bar-title-widget object) => title
(setf (gtk:header-bar-title-widget object) title)

Arguments

object -- a gtk:header-bar widget
title -- a gtk:widget title widget for the header bar

Details

Accessor of the title-widget slot of the gtk:header-bar class. The gtk:header-bar-title-widget function retrieves the title widget of the header bar. The (setf gtk:header-bar-title-widget) function sets the title widget.

When set to nil, the header bar will display the title of the window it is contained in. The title should help a user identify the current view. To achieve the same style as the builtin title, use the title style class. You should set the title widget to nil, for the window title label to be visible again.
 

See also

2025-2-22