Changeset 1624


Ignore:
Timestamp:
Dec 15, 2009, 9:13:54 PM (15 years ago)
Author:
gah
Message:

added periodic element table control

Location:
trunk/gui/scripts
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/Makefile.in

    r1573 r1624  
    8181                $(srcdir)/pager.tcl \
    8282                $(srcdir)/panes.tcl \
     83                $(srcdir)/periodicelement.tcl \
     84                $(srcdir)/periodicelemententry.tcl \
     85                $(srcdir)/periodictable.tcl \
    8386                $(srcdir)/postern.tcl \
    8487                $(srcdir)/progress.tcl \
  • trunk/gui/scripts/controls.tcl

    r1342 r1624  
    175175        note {
    176176            Rappture::Note $w $_owner $path
     177        }
     178        periodicelement {
     179            Rappture::PeriodicElementEntry $w $_owner $path
     180            bind $w <<Value>> [itcl::code $this _controlChanged $name]
    177181        }
    178182        default {
Note: See TracChangeset for help on using the changeset viewer.