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

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


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