Ignore:
Timestamp:
Nov 12, 2014, 10:05:32 PM (10 years ago)
Author:
ldelgass
Message:

Some minor changes to sync nanovis viewer with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/nanovisviewer.tcl

    r4693 r4710  
    16871687    $inner configure -borderwidth 4
    16881688
    1689     set font [option get $itk_component(hull) font Font]
    16901689    set fg [option get $itk_component(hull) font Font]
    16911690    #set bfg [option get $itk_component(hull) boldFont Font]
     
    17241723
    17251724    # Colormap
    1726     label $inner.colormap_l -text "Colormap" -font "Arial 9"
     1725    label $inner.colormap_l -text "Colormap" -font $fg
    17271726    itk_component add colormap {
    17281727        Rappture::Combobox $inner.colormap -width 10 -editable no
     
    17361735
    17371736    # Component
    1738     label $inner.volcomponents_l -text "Component" -font $font
     1737    label $inner.volcomponents_l -text "Component" -font $fg
    17391738    itk_component add volcomponents {
    17401739        Rappture::Combobox $inner.volcomponents -editable no
     
    21792178# GetDatasetsWithComponents --
    21802179#
    2181 #     Returns a list of all the datasets (known by the combination of their
    2182 #     data object and component name) that match the given component name.
    2183 #     For example, this is used where we want to change the settings of
    2184 #     volumes that have the current component.
     2180#    Returns a list of all the datasets (known by the combination of their
     2181#    data object and component name) that match the given component name.
     2182#    For example, this is used where we want to change the settings of
     2183#    volumes that have the current component.
    21852184#
    21862185itcl::body Rappture::NanovisViewer::GetDatasetsWithComponent { cname } {
     
    22012200# HideAllMarkers --
    22022201#
    2203 #   Hide all the markers in all the transfer functions.  Can't simply
    2204 #   delete and recreate markers from the <style> since the user may have
    2205 #   create, deleted, or moved markers.
     2202#    Hide all the markers in all the transfer functions.  Can't simply
     2203#    delete and recreate markers from the <style> since the user may have
     2204#    created, deleted, or moved markers.
    22062205#
    22072206itcl::body Rappture::NanovisViewer::HideAllMarkers {} {
Note: See TracChangeset for help on using the changeset viewer.