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 for the title, or nil

Details

The accessor for the title slot gets or sets the title of the header bar. Returns nil if none has been set explicitly.

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

See also

2026-06-20