|
|
__init__(self,
win,
title='SimGUI',
doc='No doc string found',
consoleHeight=50)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
showcode(self)
Show SimPy / Python code of this program |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
showTextBox(self,
width=60,
height=10,
text=' ',
title=' ') |
source code
|
|
|
|
|
|
|
|
|
|
findParameters(self)
Finds the instance of Parameters (there may only be one) and
associates it with self._parameters |
source code
|
|
|
|
changeParameters(self)
Offers entry fields for parameter change |
source code
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|