Method: CWM::Dialog#abort_button

Defined in:
library/cwm/src/lib/cwm/dialog.rb

#abort_buttonString?

The :abort button

Returns:

  • (String, nil)

    button label, nil to use the default label, "" to omit the button



73
74
75
# File 'library/cwm/src/lib/cwm/dialog.rb', line 73

def abort_button
  nil
end