Ignore:
Timestamp:
May 18, 2010, 3:34:18 PM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r1543 r1717  
    3838    public method delete {args}
    3939    public method scale {args}
     40    public method snap {w h}
    4041    public method parameters {title args} { # do nothing }
    4142    public method download {option args}
     
    151152    $itk_component(renderer) download $option
    152153}
     154
     155itcl::body Rappture::Field2DResult::snap { w h } {
     156    return [$itk_component(renderer) snap $w $h]
     157}
Note: See TracChangeset for help on using the changeset viewer.