def bindCallback_(self, callback: pyref): PyGUIObject.bindCallback_(self, callback) self.model.connect()
def __init__(self, app: pyref): model = Document(app.model) PyGUIObject.__init__(self, model) self.model.connect()
def __init__(self, document: pyref): model = MainWindow(document.model) PyGUIObject.__init__(self, model)
def __init__(self, document: pyref): model = CSVOptions(document.model) PyGUIObject.__init__(self, model)
def __init__(self, app: pyref): model = PrioritizeDialog(app.model) PyGUIObject.__init__(self, model)