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

5 lines
121 B
Plaintext
Raw Normal View History

1996-09-27 06:29:02 -04:00
;; A button widget, with options
(button '.hello :text "Hello World!" :relief "raised" :state "disabled")
(pack .hello)