- Timestamp:
- Apr 17, 2015, 6:02:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/isomarker.tcl
r5202 r5252 43 43 public method screenpos {} 44 44 public method absval { {x "-get"} } 45 public method relval 45 public method relval { {x "-get"} } 46 46 } 47 47 … … 123 123 } 124 124 125 itcl::body Rappture::IsoMarker::relval 125 itcl::body Rappture::IsoMarker::relval { {x "-get"} } { 126 126 foreach {min max} [$_nvobj limits $_tf] break 127 127 if { $x == "-get" } {
Note: See TracChangeset
for help on using the changeset viewer.