Posted to tcl by GCS at Mon Jun 09 04:43:08 GMT 2014view raw
- (GEB) 6 % info pa
- 8.6.1
- (GEB) 7 % grid [ttk::checkbutton .cb]
- (GEB) 8 % .cb state
- alternate
- (GEB) 9 % .cb state selected
- !selected
- (GEB) 10 % .cb state
- selected alternate
- (GEB) 11 % .cb state active
- !active
- (GEB) 12 % .cb state
- active selected alternate
- (GEB) 13 % # Click on button, clearing the central dot
- (GEB) 14 % .cb state
- (GEB) 15 % # Click on button, creating a check mark
- (GEB) 16 % .cb state
- selected