Creating Tix Widgets
Same syntax as the TK widgets:
tixControl .c -label “Number:” -integer true \
-min 0 -max 100
pack .c
.c configure -value 50
Previous slide
Next slide
Back to first slide
View graphic version