LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

interface-display-title

Function
Summary

Returns the interface title to use on screen.

Package

capi

Signature

interface-display-title interface => string

Arguments

interface

A CAPI interface.

Values

string

A string.

Description

The function interface-display-title returns the title to use when displaying the interface interface on screen.

This is equivalent to:

(capi:interface-extend-title
 interface
 (capi:interface-title interface
))
See also

interface-extend-title
set-default-interface-prefix-suffix


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex