Next:
set-editable
Up:
wx:text-window
Previous:
replace
save-file
Saves the window's text to a file. The result is
#t
if the text is saved or
#f
otherwise.
(send
a-wx:text-window
save-file
file
)
->
boolean
file
:
string
PLT