Ignore:
Timestamp:
Mar 28, 2007, 11:45:13 AM (18 years ago)
Author:
nkissebe
Message:

sequence.tcl,sequenceresult.tcl: add support for molecule structure sequences

File:
1 edited

Legend:

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

    r513 r644  
    429429                pack $viewer -expand yes -fill both
    430430            }
     431            ::Rappture::LibraryObj {
     432                switch -- [$dataobj element -as type] {
     433                    structure {
     434                        Rappture::DeviceResult $viewer
     435                        pack $viewer -expand yes -fill both
     436                    }
     437                    default {
     438                        error "don't know how to view sequences of [$dataobj element -as type]"
     439                    }
     440                }
     441            }
    431442            default {
    432443                error "don't know how to view sequences of $type"
Note: See TracChangeset for help on using the changeset viewer.