Method: CWM::Dialog#abort_handler
- Defined in:
- library/cwm/src/lib/cwm/dialog.rb
#abort_handler ⇒ Boolean
Handler when the abort button is used
If returns false, then it does not abort.
118 119 120 |
# File 'library/cwm/src/lib/cwm/dialog.rb', line 118 def abort_handler true end |