Example #1
0
 def __init__(self):
     Application.__init__(self)
     self.gotQuit = False
Example #2
0
 def __init__(self):
     Application.__init__(self)
     signals.SignalEmitter.__init__(self, "event-processed")
     self.gotQuit = False
Example #3
0
 def __init__(self):
     Application.__init__(self)
     self.showing_update_dialog = False
Example #4
0
 def __init__(self):
     Application.__init__(self)
     signals.SignalEmitter.__init__(self, "event-processed")
     self.gotQuit = False