Package parpg :: Package gui :: Module popups :: Class ExaminePopup
[hide private]
[frames] | no frames]

Class ExaminePopup

source code

Create a popup for when you click examine on an object

Instance Methods [hide private]
 
__init__(self, engine, object_title, desc)
Initialize the popup
source code
 
closePopUp(self) source code
 
showPopUp(self) source code
Method Details [hide private]

__init__(self, engine, object_title, desc)
(Constructor)

source code 

Initialize the popup

Parameters:
  • engine (fife.Engine) - an instance of the fife engine
  • object_title (string) - The title for the window, probably should just be the name of the object
  • desc (string) - The description of the object
Returns:
None