svn: r11395
This commit is contained in:
parent
bf5e26a263
commit
a79b0a4d10
|
@ -74,7 +74,16 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
@defmethod*[(((on-close) void))]{
|
@defmethod*[(((on-close) void))]{
|
||||||
This method is called when an editor is closed. See also
|
|
||||||
|
This method is called when an editor is closed.
|
||||||
|
Typically, this method is called when the frame
|
||||||
|
containing the editor is closed, but in some cases an
|
||||||
|
editor is considered ``closed'' before the frame it is
|
||||||
|
in is closed (eg, when a tab in DrScheme is closed), and
|
||||||
|
thus @method[editor:basic<%> on-close] will be called at that point.
|
||||||
|
|
||||||
|
|
||||||
|
See also
|
||||||
@method[editor:basic<%> can-close?]
|
@method[editor:basic<%> can-close?]
|
||||||
and
|
and
|
||||||
@method[editor:basic<%> close].
|
@method[editor:basic<%> close].
|
||||||
|
@ -90,7 +99,7 @@
|
||||||
the editor (asking if it should be saved, for example).
|
the editor (asking if it should be saved, for example).
|
||||||
|
|
||||||
See also
|
See also
|
||||||
@method[editor:basic<%> on-close]and
|
@method[editor:basic<%> on-close] and
|
||||||
@method[editor:basic<%> close].
|
@method[editor:basic<%> close].
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user