Changeset 13 for trunk/gui/apps/driver


Ignore:
Timestamp:
Jun 8, 2005, 5:37:19 PM (19 years ago)
Author:
mmc
Message:

Many improvements, including a new energy level viewer
for Huckel-IV. Added support for a new <boolean> type.
Fixed the cloud/field stuff so that when a cloud is 1D,
it reverts to BLT vectors so it will plot correctly.
Fixed the install script to work better on Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/driver

    r12 r13  
    2525package require Rappture
    2626
    27 option add *MainWin.mode desktop startupFile
     27option add *MainWin.mode web startupFile
    2828option add *MainWin.borderWidth 0 startupFile
    29 option add *MainWin.anchor center startupFile
     29option add *MainWin.anchor nw startupFile
    3030
    3131# "web site" look
     
    4343option add *Gauge.textBackground white
    4444option add *TemperatureGauge.textBackground white
     45option add *Switch.textBackground white
    4546
    4647#
Note: See TracChangeset for help on using the changeset viewer.