stk/Contrib/STk-wtour/lessons/button1.stk

5 lines
119 B
Plaintext
Raw Normal View History

1996-09-27 06:29:02 -04:00
;; A basic button widget
(button '.hello :text "Hello World!" :command (lambda () (display "hello\n")))
(pack .hello)