示例#1
0
 def __init__(self, app):
     self.app = app
     ColorManager.__init__(self)
示例#2
0
文件: pdxf_cms.py 项目: Scrik/sk1-wx
	def __init__(self, presenter):
		self.presenter = presenter
		ColorManager.__init__(self)
示例#3
0
 def __init__(self, app):
     self.app = app
     self.color_mngrs = []
     ColorManager.__init__(self)
     events.connect(events.CONFIG_MODIFIED, self.config_changed)
示例#4
0
 def __init__(self, presenter):
     self.presenter = presenter
     ColorManager.__init__(self)
示例#5
0
	def __init__(self, app):
		self.app = app
		self.color_mngrs = []
		ColorManager.__init__(self)
		events.connect(events.CONFIG_MODIFIED, self.config_changed)