Changeset 2650 for trunk/gui


Ignore:
Timestamp:
Oct 26, 2011, 8:53:35 AM (13 years ago)
Author:
gah
Message:

add menu for additional fields in streamlines widget

File:
1 edited

Legend:

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

    r2649 r2650  
    27502750            set y [expr $y2 + [winfo rooty $itk_component(view)]]
    27512751            puts stderr "combo x=$x y=$y"
    2752             $itk_component(fieldmenu) post $x $y
     2752            tk_popup $itk_component(fieldmenu) $x $y
    27532753        }
    27542754        activate {
     
    27672767    }
    27682768}
    2769 
    2770 
    2771 
    2772 
    2773 
    2774 
    2775 
    2776 
    2777 
    2778 
    2779 
    2780 
    2781 
    2782 
Note: See TracChangeset for help on using the changeset viewer.