Package: gtk

Accessor gtk-header-bar-subtitle

Lambda List

gtk-header-bar-subtitle (object)

Syntax

(gtk-header-bar-subtitle object) => subtitle
(setf (gtk-header-bar-subtitle object) subtitle)

Arguments

object -- a gtk-header-bar widget
subtitle -- a string with the subtitle, or nil

Details

Accessor of the subtitle slot of the gtk-header-bar class.

The gtk-header-bar-subtitle slot access function retrieves the subtitle of the header bar. The (setf gtk-header-bar-subtitle) slot access function sets the subtitle. The title should give a user an additional detail to help him identify the current view.

Note that the gtk-header-bar widget by default reserves room for the subtitle, even if none is currently set. If this is not desired, set the has-subtitle property to the false value.
 

See also

2021-10-14