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

Class CamWindow

MicropolisCore/src/CellEngine/python/test.py:1069–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1067
1068
1069class CamWindow(gtk.Window):
1070
1071
1072 def __init__(self, **args):
1073 gtk.Window.__init__(self, **args)
1074
1075 self.connect('destroy', gtk.main_quit)
1076
1077 self.set_title("Cellular Automata Machine, by Don Hopkins")
1078
1079 self.da = CamDrawingArea()
1080 self.add(self.da)
1081
1082
1083########################################################################

Callers 1

test.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected