is-modified? in editor<%>
is-modified?
editor<%>
Returns #t is the editor has been modified since the last save or load (or the last call to set-modified with \#f), #f otherwise.
#t
set-modified
\#f
#f
(send an-editor is-modified?) -> boolean
(send an-editor is-modified?)
send
an-editor