Changeset 9631
- Timestamp:
- 05/13/08 16:26:52 (2 months ago)
- Files:
-
- trunk/src/tictactoe.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/tictactoe.py
r9625 r9631 328 328 return 329 329 330 ( height, width) = widget.get_size()330 (width, height) = widget.get_size() 331 331 332 332 # convert click co-ordinates to row and column
