;; A basic button widget

(button '.hello :text "Hello World!" :command '(display "hello\n"))
(pack .hello)
