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

5 lines
121 B
Plaintext

;; A button widget, with options
(button '.hello :text "Hello World!" :relief "raised" :state "disabled")
(pack .hello)