LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

update-interface-title

Generic Function
Summary

Updates the title of an interface window.

Package

capi

Signature

update-interface-title interface

Arguments

inteface

A CAPI interface.

Description

The generic function update-interface-title updates the title of interface interface . This is useful when interface-extend-title may return a new, different, value.

You can specialize update-interface-title if needed.

To update all the interface titles, use update-all-interface-titles or update-screen-interface-titles.

See also

interface-extend-title
update-all-interface-titles
update-screen-interface-titles


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex