comparison pyntnclick/constants.py @ 716:38f537b0ee82 pyntnclick

Remove some cruft
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 05 Aug 2012 16:00:02 +0200
parents 29ff33d5a1a4
children 2f74064bc779
comparison
equal deleted inserted replaced
715:4716709b28c1 716:38f537b0ee82
38 button_bg_color = (0x66, 0x66, 0x66, 0xFF) 38 button_bg_color = (0x66, 0x66, 0x66, 0xFF)
39 button_disabled_color = (0x66, 0x66, 0x66, 0xFF) 39 button_disabled_color = (0x66, 0x66, 0x66, 0xFF)
40 40
41 modal_obscure_color = (0, 0, 0, 0xB0) 41 modal_obscure_color = (0, 0, 0, 0xB0)
42 42
43 # User event IDs:
44 enter = 1
45 leave = 2