Package: gtk

Accessor gtk-window-title

Lambda List

gtk-window-title (object)

Syntax

(gtk-window-title object) => title
(setf (gtk-window-title object) title)

Arguments

object -- a gtk-window widget
title -- a string with the title of the window

Details

Accessor of the title slot of the gtk-window class.

The gtk-window-title slot access function retrieves the title of the window. The (setf gtk-window-title) slot access function sets the title.

The title of a window will be displayed in the title bar. On the X11 Window System, the title bar is rendered by the window manager, so exactly how the title appears to users may vary according to the exact configuration. The title should help a user distinguish this window from other windows they may have open. A good title might include the application name and current document filename.
 

See also

2021-9-9