Ejemplo n.º 1
0
 def bindCallback_(self, callback: pyref):
     PyGUIObject.bindCallback_(self, callback)
     self.model.connect()
Ejemplo n.º 2
0
 def __init__(self, app: pyref):
     model = Document(app.model)
     PyGUIObject.__init__(self, model)
     self.model.connect()
Ejemplo n.º 3
0
 def bindCallback_(self, callback: pyref):
     PyGUIObject.bindCallback_(self, callback)
     self.model.connect()
Ejemplo n.º 4
0
 def __init__(self, document: pyref):
     model = MainWindow(document.model)
     PyGUIObject.__init__(self, model)
Ejemplo n.º 5
0
 def __init__(self, document: pyref):
     model = MainWindow(document.model)
     PyGUIObject.__init__(self, model)
Ejemplo n.º 6
0
 def __init__(self, document: pyref):
     model = CSVOptions(document.model)
     PyGUIObject.__init__(self, model)
Ejemplo n.º 7
0
 def __init__(self, app: pyref):
     model = Document(app.model)
     PyGUIObject.__init__(self, model)
     self.model.connect()
Ejemplo n.º 8
0
 def __init__(self, app: pyref):
     model = PrioritizeDialog(app.model)
     PyGUIObject.__init__(self, model)
Ejemplo n.º 9
0
 def __init__(self, app: pyref):
     model = PrioritizeDialog(app.model)
     PyGUIObject.__init__(self, model)