Changeset 168 for trunk/gui/scripts/analyzer.tcl
- Timestamp:
- Feb 8, 2006, 5:18:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/analyzer.tcl
r115 r168 156 156 pack $itk_component(abort) -side left -expand yes -padx 4 -pady 4 157 157 158 Rappture::Scroller $w.info -xscrollmode off-yscrollmode auto158 Rappture::Scroller $w.info -xscrollmode auto -yscrollmode auto 159 159 pack $w.info -expand yes -fill both -padx 4 -pady 4 160 160 itk_component add runinfo { … … 348 348 $itk_component(notebook) current analyze 349 349 } 350 351 # do this last -- after _simOutput above 352 pack forget $itk_component(progress) 350 353 } 351 354
Note: See TracChangeset
for help on using the changeset viewer.