Changeset 153


Ignore:
Timestamp:
Dec 4, 2009 5:01:17 PM (14 years ago)
Author:
toby
Message:

# on 2000/05/26 14:06:54, toby did:
revise liveplot bindings so that "H" and "h" label reflections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/liveplot

    • Property rcs:date changed from 2000/05/17 16:30:57 to 2000/05/26 14:06:54
    • Property rcs:lines changed from +5 -5 to +5 -3
    • Property rcs:rev changed from 1.12 to 1.13
    r134 r153  
    856856    $box element create bckg -color green  -symbol none 
    857857    $box element config bckg -xdata xvec -ydata bckvec
    858     bind $box <Shift-Button-1> "lblhkl %W %x"
     858    bind . <Shift-Button-1> "lblhkl $box %x"
     859    bind . <Key-h> "lblhkl $box %x"
     860    bind . <Key-H> "lblhkl $box %x"
    859861#    bind $box <Shift-Double-Button-1> "lblallhkl %W"
    860862    bind $box <Shift-Button-3> "delallhkllbl %W"
Note: See TracChangeset for help on using the changeset viewer.