#!/usr/local/bin/wish4.2 entry .e -relief sunken pack .e -fill x
#!/usr/local/bin/ruby require "tk" TkEntry.new { relief 'sunken' pack('fill' => 'x') } Tk.mainloop