Changeset 2267 for trunk/gui/scripts/sequenceresult.tcl
- Timestamp:
- May 31, 2011, 1:03:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/sequenceresult.tcl
r2144 r2267 375 375 set readyForNextFrame 1; # By default, always ready 376 376 377 # toggle the button to "play" mode 378 $itk_component(play) configure \ 379 -bitmap [Rappture::icon play] \ 380 -command [itcl::code $this play] 377 if { [info exists itk_component(play)] } { 378 # toggle the button to "play" mode 379 $itk_component(play) configure \ 380 -bitmap [Rappture::icon play] \ 381 -command [itcl::code $this play] 382 } 381 383 } 382 384
Note: See TracChangeset
for help on using the changeset viewer.