Exemplo n.º 1
0
 def __init__(self, app):
     self.app = app
     ColorManager.__init__(self)
Exemplo n.º 2
0
	def __init__(self, presenter):
		self.presenter = presenter
		ColorManager.__init__(self)
Exemplo n.º 3
0
 def __init__(self, app):
     self.app = app
     self.color_mngrs = []
     ColorManager.__init__(self)
     events.connect(events.CONFIG_MODIFIED, self.config_changed)
Exemplo n.º 4
0
 def __init__(self, presenter):
     self.presenter = presenter
     ColorManager.__init__(self)
Exemplo n.º 5
0
	def __init__(self, app):
		self.app = app
		self.color_mngrs = []
		ColorManager.__init__(self)
		events.connect(events.CONFIG_MODIFIED, self.config_changed)