Base class for all PGU graphical objects. Example - Creating your own Widget: class Draw(gui.Widget): def paint(self,s): # Paint the pygame.Surface return def update(self,s): # Update the pygam
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected