Changeset 4713


Ignore:
Timestamp:
Nov 13, 2014 2:23:19 AM (9 years ago)
Author:
ldelgass
Message:

minor fixes/sync

File:
1 edited

Legend:

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

    r4709 r4713  
    17221722    checkbutton $inner.visibility -text "Visible" -font $fg \
    17231723        -variable [itcl::scope _settings(-volumevisible)] \
    1724         -command [itcl::code $this AdjustSetting -volumevisible] \
     1724        -command [itcl::code $this AdjustSetting -volumevisible]
    17251725
    17261726    label $inner.ambient_l -text "Ambient" -font $fg
     
    17501750        -troughcolor grey92
    17511751
     1752    # Opacity
    17521753    label $inner.opacity_l -text "Opacity" -font $fg
    17531754    ::scale $inner.opacity -from 0 -to 100 -orient horizontal \
     
    17591760        -text "Transfer Function" -font "Arial 9 bold"
    17601761
     1762    # Tooth thickness
    17611763    label $inner.thin -text "Thin" -font $fg
    17621764    ::scale $inner.thickness -from 0 -to 1000 -orient horizontal \
     
    17671769    label $inner.thick -text "Thick" -font $fg
    17681770
     1771    # Colormap
    17691772    label $inner.colormap_l -text "Colormap" -font $fg
    17701773    itk_component add colormap {
     
    17781781    set _settings(-colormap) "default"
    17791782
     1783    # Component
    17801784    label $inner.volcomponents_l -text "Component" -font $fg
    17811785    itk_component add volcomponents {
     
    23492353}
    23502354
    2351 
    23522355itcl::body Rappture::NanovisViewer::NameToAlphamap { name } {
    23532356    switch -- $name {
     
    25172520    return ""
    25182521}
    2519 
    2520 
Note: See TracChangeset for help on using the changeset viewer.