Example

\zline{\fboxwish} \hspace*{2.5cm} \epsfbox{hello.eps}

Scripts

-- hello world
  button .b -text "Hello, world" -command {
  	puts stdout "hello world"
  	}
  
  pack .b 
  

slide: A Wish example