Method: CWM::Dialog#back_button

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

#back_buttonString?

The :back button

Returns:

  • (String, nil)

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



66
67
68
# File 'library/cwm/src/lib/cwm/dialog.rb', line 66

def back_button
  nil
end