remove old panda code

This commit is contained in:
David Rose 2001-11-02 21:21:22 +00:00
parent 1bafa350b6
commit 1e446cffff

View File

@ -39,11 +39,8 @@ DESTROY = 'destroy-'
PRINT = 'print-'
ENTER = PGButton.getEnterPrefix()
EXIT = PGButton.getExitPrefix()
#WITHIN = PGButton.getWithinPrefix()
#WITHOUT = PGButton.getWithoutPrefix()
# Temporary for old pandas
WITHIN = 'within-'
WITHOUT = 'without-'
WITHIN = PGButton.getWithinPrefix()
WITHOUT = PGButton.getWithoutPrefix()
B1CLICK = PGButton.getClickPrefix() + MouseButton.one().getName() + '-'
B2CLICK = PGButton.getClickPrefix() + MouseButton.two().getName() + '-'
B3CLICK = PGButton.getClickPrefix() + MouseButton.three().getName() + '-'