Ignore:
Timestamp:
Sep 14, 2009, 2:14:22 PM (15 years ago)
Author:
gah
Message:

Added cartoon image, changed molecule representation controls, added print options, relabel duplicate xy elements

File:
1 edited

Legend:

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

    r1550 r1562  
    4747    private variable _xmarkers "";# list of {x,label,options} triplets.
    4848    private variable _ymarkers "";# list of {y,label,options} triplets.
    49 
    5049    private common _counter 0    ;# counter for unique vector names
    5150}
     
    239238            set _hints(tooltip) $_hints(label)
    240239        }
    241     }
    242 
     240        set _hints(xmlobj) $_xmlobj
     241    }
    243242    if {$keyword != ""} {
    244243        if {[info exists _hints($keyword)]} {
Note: See TracChangeset for help on using the changeset viewer.