All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

interface-extend-title Generic Function

Summary

Calculates the complete interface title.

Package

capi

Signature

interface-extend-title interface title => string

Arguments
interface
A CAPI interface.
title
A string.
Values
string
A string.
Description

The generic function interface-extend-title is called by LispWorks with an interface interface and its title title before actually displaying the title on the screen. The result must be a string, which is actually displayed. There is no requirement for any relation between title and the result.

The return value string is the title to display on the screen.

The default method uses the values set by set-default-interface-prefix-suffix. You can specialize interface-extend-title to get other effects.

See also

interface-display-title
set-default-interface-prefix-suffix
3.3.2.1 Window titles
11.5 Controlling the appearance of the top level window


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57