Package: gtk

Accessor gtk-header-bar-title

Lambda List

gtk-header-bar-title (object)

Syntax

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

Arguments

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

Details

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

The gtk-header-bar-title slot access function retrieves the title of the header bar, or nil if none has been set explicitly. The (setf gtk-header-bar-title) slot access function sets the title,

The title should help a user identify the current view. A good title should not include the application name.
 

See also

2021-10-14