Class: Pwl::Dialog::GnomeDialog

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

Direct Known Subclasses

GnomePasswordDialog, GnomeTextDialog

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



4
5
6
# File 'lib/pwl/dialog/gnome.rb', line 4

def command
  "zenity --title \"#{title}\""
end