Ignore:
Timestamp:
Jun 6, 2006 10:33:16 AM (18 years ago)
Author:
mmc
Message:

Added popup options for the "download" button. Right now this works
only for <curve> objects. You can select between CSV and PDF output.
Will add other formats later.

Fixed a few "after cancel" errors that were happening when you switch
between inputs in the structure demo.

Fixed the colors and fonts for the new bug report window.

File:
1 edited

Legend:

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

    r168 r464  
    3030
    3131    constructor {args} { # defined below }
     32    destructor { # defined below }
    3233
    3334    public method contents {{frame "!@#query"}}
     
    9091
    9192    eval itk_initialize $args
     93}
     94
     95# ----------------------------------------------------------------------
     96# DESTRUCTOR
     97# ----------------------------------------------------------------------
     98itcl::body Rappture::Scroller::destructor {} {
     99    after cancel [itcl::code $this _lock reset x]
     100    after cancel [itcl::code $this _lock reset y]
    92101}
    93102
Note: See TracChangeset for help on using the changeset viewer.