Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asaplotbase.py

    r2169 r2451  
    8282
    8383        self.buffering = buffering
     84
     85        self.events = {'button_press':None,
     86                       'button_release':None,
     87                       'motion_notify':None}
    8488
    8589    def clear(self):
     
    554558
    555559        The set_* methods of class Line2D define the attribute names and
    556         values.  For non-US usage, "colour" is recognized as synonymous with
    557         "color".
     560        values.  For non-US usage, 'colour' is recognized as synonymous with
     561        'color'.
    558562
    559563        Set the value to None to delete an attribute.
Note: See TracChangeset for help on using the changeset viewer.