Changeset 2650
- Timestamp:
- Oct 26, 2011, 8:53:35 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkstreamlinesviewer.tcl
r2649 r2650 2750 2750 set y [expr $y2 + [winfo rooty $itk_component(view)]] 2751 2751 puts stderr "combo x=$x y=$y" 2752 $itk_component(fieldmenu) post$x $y2752 tk_popup $itk_component(fieldmenu) $x $y 2753 2753 } 2754 2754 activate { … … 2767 2767 } 2768 2768 } 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782
Note: See TracChangeset
for help on using the changeset viewer.