Changeset 3733 for trunk/gui/scripts


Ignore:
Timestamp:
Jul 1, 2013 3:44:49 PM (11 years ago)
Author:
gah
Message:

add octave/MATLAB version of example

Location:
trunk/gui/scripts
Files:
2 edited

Legend:

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

    r3654 r3733  
    462462
    463463    if {$state} {
    464         $itk_component($comp) configure -relief solid
     464        $itk_component($comp) configure -relief flat
    465465    } else {
    466466        if {$comp eq "presets"} {
  • trunk/gui/scripts/vtkheightmapviewer.tcl

    r3656 r3733  
    389389
    390390    set _image(download) [image create photo]
    391 
     391    puts stderr "args=$args"
    392392    eval itk_initialize $args
    393393    Connect
Note: See TracChangeset for help on using the changeset viewer.