comparison gamelib/hand.py @ 124:97322b78d1c1

Minor style cleanups
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 24 Aug 2010 17:55:47 +0200
parents c76f2fad2af5
children 29ba5456e8b3
comparison
equal deleted inserted replaced
123:3b293e3b8829 124:97322b78d1c1
5 from albow.controls import ImageButton 5 from albow.controls import ImageButton
6 from albow.resource import get_image 6 from albow.resource import get_image
7 from albow.utils import frame_rect 7 from albow.utils import frame_rect
8 from pygame.color import Color 8 from pygame.color import Color
9 from pygame.rect import Rect 9 from pygame.rect import Rect
10
10 11
11 class HandButton(ImageButton): 12 class HandButton(ImageButton):
12 """The fancy hand button for the widget""" 13 """The fancy hand button for the widget"""
13 14
14 sel_colour = Color('red') 15 sel_colour = Color('red')