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

5 lines
119 B
Plaintext

;; A basic button widget
(button '.hello :text "Hello World!" :command (lambda () (display "hello\n")))
(pack .hello)