[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
window-modified-p
- To: info-mcl@cambridge.apple.com
- Subject: window-modified-p
- From: cfry@harlequin.com (Christopher Fry)
- Date: Mon, 21 Mar 1994 12:50:09 -0500
In a Fred window, when you insert/delete a char,
the Save menu item under the File menu gets enabled and
a little mark gets put in the window title. [nice feature!]
I can delcare the window to not be modified with:
window-set-not-modified
Is there a way that I can explcitly declare the window to be modified?
Can I find out, programmatically, if a window is "modified" ?
CFry