コード例 #1
0
 def __init__(self, editor):
     GObject.__init__(self)
     self.__init_attributes(editor)
     from Renamer import Renamer
     Renamer(self, editor)
     from NameValidator import Validator
     Validator(self, editor)
     from GUI.Manager import Manager
     Manager(self, editor)
コード例 #2
0
 def __init__(self):
     GObject.__init__(self)
コード例 #3
0
ファイル: Signals.py プロジェクト: mystilleef/scribes
	def __init__(self):
		GObject.__init__(self)