# File lib/fox16/execute_nonmodal.rb, line 61 def on_nonmodal_close(accepted) @__FTNonModal_block[accepted] ##return 0 -- why isn't this enough to close window? ## oh well, let's imitate FXTopWindow: getApp().stopModal(self, accepted ? 1 : 0) hide() end