Method: CWM::Dialog#title

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

#titleString?

Returns The dialog title. nil: keep the existing title.

Returns:

  • (String, nil)

    The dialog title. nil: keep the existing title.



22
23
24
# File 'library/cwm/src/lib/cwm/dialog.rb', line 22

def title
  nil
end