MCPcopy Create free account
hub / github.com/SimHacker/micropolis / TileWindow

Class TileWindow

MicropolisCore/src/pyMicropolis/tileEngine/tilewindow.py:101–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100
101class TileWindow(gtk.Window):
102
103
104 def __init__(
105 self,
106 **args):
107
108 gtk.Window.__init__(self, **args)
109
110 self.connect('destroy', gtk.main_quit)
111
112 self.set_title("OLPC Tile Engine for Python/Cairo/Pango, by Don Hopkins")
113
114 self.da = tiledrawingarea.TileDrawingArea()
115 self.add(self.da)
116
117
118########################################################################

Callers 1

tilewindow.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected