Class: Pwl::Dialog::GnomeTextDialog

Inherits:
GnomeDialog show all
Defined in:
lib/pwl/dialog/gnome.rb

Instance Attribute Summary

Attributes inherited from Base

#prompt, #title

Instance Method Summary collapse

Methods inherited from SystemDialog

#get_input

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Pwl::Dialog::Base

Instance Method Details

#commandObject

Returns the OS command that is required to ask the user for text input.



22
23
24
# File 'lib/pwl/dialog/gnome.rb', line 22

def command
  "#{super} --entry --text \"#{prompt}\""
end