diff pyntnclick/constants.py @ 678:36d7f7e9650e pyntnclick

Modal magic. (And yes, it is quite magical.)
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 12 Feb 2012 21:47:06 +0200
parents b27b5c6c54e8
children 29ff33d5a1a4
line wrap: on
line diff
--- a/pyntnclick/constants.py	Sun Feb 12 19:47:56 2012 +0200
+++ b/pyntnclick/constants.py	Sun Feb 12 21:47:06 2012 +0200
@@ -38,6 +38,8 @@
     button_bg_color = (0x66, 0x66, 0x66, 0xFF)
     button_disabled_color = (0x66, 0x66, 0x66, 0xFF)
 
+    modal_obscure_color = (0, 0, 0, 0xB0)
+
     # User event IDs:
     enter = 1
     leave = 2