Changeset 6451 for trunk


Ignore:
Timestamp:
Jul 28, 2016, 9:57:31 PM (8 years ago)
Author:
ldelgass
Message:

add tooltips

File:
1 edited

Legend:

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

    r6450 r6451  
    21102110            -command [itcl::code $this AdjustSetting time]
    21112111    }
     2112    Rappture::Tooltip::for $inner.time \
     2113        "Set ephemeris time for sky lighting"
    21122114
    21132115    itk_component add ambient_l {
     
    21242126            -command [itcl::code $this AdjustSetting terrain-ambient]
    21252127    }
     2128    Rappture::Tooltip::for $inner.vscale \
     2129        "Set terrain vertical scale factor"
    21262130
    21272131    blt::table $inner \
     
    21712175    }
    21722176    $inner.vscale set $_settings(terrain-vertscale)
     2177    Rappture::Tooltip::for $inner.vscale \
     2178        "Set terrain vertical scale factor"
    21732179
    21742180    blt::table $inner \
Note: See TracChangeset for help on using the changeset viewer.