Changeset 4757 for trunk/gui/scripts/flowvisviewer.tcl
- Timestamp:
- Nov 21, 2014, 2:10:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/flowvisviewer.tcl
r4749 r4757 2383 2383 entry $inner.${tag} -font "Arial 9" -bg white \ 2384 2384 -textvariable [itcl::scope _settings($this-$tag)] 2385 bind $inner.${tag} <KeyPress-Return> \ 2385 bind $inner.${tag} <Return> \ 2386 [itcl::code $this camera set ${tag}] 2387 bind $inner.${tag} <KP_Enter> \ 2386 2388 [itcl::code $this camera set ${tag}] 2387 2389 blt::table $inner \
Note: See TracChangeset
for help on using the changeset viewer.