Ignore:
Timestamp:
Apr 19, 2005, 8:06:13 PM (19 years ago)
Author:
mmc
Message:

Massive changes across the entire toolkit. Rearranged the
XML description to agree better with new documentation and
conventions.

Added a small start of Rappture.interface and Rappture.number
in the python directory. This is the new way of doing Rappture--
by declaring variables directly in the program, not using XML
directly at all.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/spectrum.tcl

    r1 r9  
    150150    while {[llength $args] > 0} {
    151151        set first [lindex $args 0]
    152         if {[string index $first 0] == "-"} {
     152        if {[regexp {^-[a-zA-Z]} $first]} {
    153153            set what $first
    154154            set args [lrange $args 1 end]
Note: See TracChangeset for help on using the changeset viewer.