Changeset 5663 for trunk/gui/apps/flowvis-test
- Timestamp:
- Jun 5, 2015, 3:02:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/apps/flowvis-test
r3177 r5663 89 89 } 90 90 public method flowhints {args} { 91 91 return "" 92 92 } 93 93 public method extents {args} { 94 94 return "3" 95 95 } 96 96 private variable _data "" … … 115 115 set obj [visData #auto $info] 116 116 $widgets(flowvis) add $obj 117 117 puts stderr "name of flow is $obj-component" 118 118 } 119 119 }
Note: See TracChangeset
for help on using the changeset viewer.