Changeset 4162
- Timestamp:
- Jan 30, 2014, 11:01:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/apps/nanovis-test
r3177 r4162 19 19 #\ 20 20 bindir=`dirname $0` ; \ 21 . $bindir/rappture.env ; \ 21 22 exec $bindir/wish "$0" "$@" 22 23 # ---------------------------------------------------------------------- 23 24 # wish executes everything from here on... 24 25 set installdir [file root $argv0]26 set libdir [file join $installdir "lib"]27 28 lappend auto_path $libdir $libdir/vtk $libdir/vtk/tcl29 30 25 package require Itcl 31 26 package require Rappture … … 348 343 .mbar add cascade -label "Flow" -underline 0 -menu .mbar.flow 349 344 350 351 352 345 . configure -menu .mbar 353 354 346 355 347 Rappture::Panes .main -sashwidth 4 -sashrelief raised -sashpadding 4 \ … … 362 354 pack $f.viewer -expand yes -fill both 363 355 set widgets(nanovis) $f.viewer 364 365 puts stderr [winfo class $widgets(nanovis)]366 356 367 357 $f.viewer configure \
Note: See TracChangeset
for help on using the changeset viewer.