Ignore:
Timestamp:
May 18, 2010, 4:26:32 PM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/scripts/field3dresult.tcl

    r1506 r1719  
    3737    public method delete {args}
    3838    public method scale {args}
     39    public method snap {w h}
    3940    public method parameters {title args} { # do nothing }
    4041    public method download {option args}
     
    153154    $itk_component(renderer) download $option $args
    154155}
     156
     157itcl::body Rappture::Field3DResult::snap { w h } {
     158    return [$itk_component(renderer) snap $w $h]
     159}
Note: See TracChangeset for help on using the changeset viewer.