diff gamelib/custom_widgets.py @ 693:c8b683dd56d3 pyntnclick

Better modal message and result handling.
author Jeremy Thurgood <firxen@gmail.com>
date Tue, 14 Feb 2012 15:36:28 +0200
parents 497b6d7c55e7
children efa58c92b304
line wrap: on
line diff
--- a/gamelib/custom_widgets.py	Tue Feb 14 13:39:05 2012 +0200
+++ b/gamelib/custom_widgets.py	Tue Feb 14 15:36:28 2012 +0200
@@ -1,10 +1,10 @@
 """Custom widgets for Suspened Sentence"""
 
 import pygame
-from pyntnclick.widgets.text import ModalWrappedTextLabel
+from pyntnclick.widgets.text import WrappedTextLabel
 
 
-class JimLabel(ModalWrappedTextLabel):
+class JimLabel(WrappedTextLabel):
     """Custom widget for JIM's speech"""
 
     def __init__(self, gd, mesg):