Ignore:
Timestamp:
Apr 26, 2006 6:42:46 PM (18 years ago)
Author:
mmc
Message:
  • Added <description> capability to output objects, including axes.
  • Fixed the ResultSet? so that it is more compact and supports the simulation number as a parameter. This is useful when there are datasets with wildly varying parameters.
File:
1 edited

Legend:

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

    r193 r413  
    2222option add *MeshResult.font \
    2323    -*-helvetica-medium-r-normal-*-*-120-* widgetDefault
    24 
    25 blt::bitmap define MeshResult-reset {
    26 #define reset_width 12
    27 #define reset_height 12
    28 static unsigned char reset_bits[] = {
    29    0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0x04, 0x02, 0x04, 0x02, 0x04, 0x02,
    30    0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0xfc, 0x03, 0x00, 0x00, 0x00, 0x00};
    31 }
    3224
    3325itcl::class Rappture::MeshResult {
     
    8577        button $itk_component(controls).reset \
    8678            -borderwidth 1 -padx 1 -pady 1 \
    87             -bitmap MeshResult-reset \
     79            -bitmap [Rappture::icon reset] \
    8880            -command [itcl::code $this _zoom reset]
    8981    } {
Note: See TracChangeset for help on using the changeset viewer.