All Manuals > CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

interface-document-modified-p

Function
Summary

Gets and sets the document-modified flag in the interface.

Package

capi

Signature

interface-document-modified-p interface => value

(setf interface-document-modified-p) value interface

Arguments

interface

A CAPI interface.

Values

value

A boolean.

Description

The function interface-document-modified-p gets and sets the document-modified flag in the interface interface .

Currently this only has a visible effect on Cocoa, where an interface whose document is modified is flagged by adding a dark dot in the middle of its Close button (the red button at top-left of the window).

On other platforms the document-modified state is merely remembered.

See also

interface


CAPI Reference Manual - 15 Dec 2011

NextPrevUpTopContentsIndex