Method: CWM::Dialog#next_button

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

#next_buttonString?

The :next button

Returns:

  • (String, nil)

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



80
81
82
# File 'library/cwm/src/lib/cwm/dialog.rb', line 80

def next_button
  nil
end