Browse Source

add within/without messages

David Rose 24 years ago
parent
commit
42d393ad94
1 changed files with 5 additions and 0 deletions
  1. 5 0
      direct/src/gui/DirectGuiGlobals.py

+ 5 - 0
direct/src/gui/DirectGuiGlobals.py

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