Пример #1
0
	def modules_connections(self):
		LineMain(self.pad)
		Scrollbar(self.pad)
		StationeryFunctions(self.pad)
		Popup(self.pad)
		FindReplaceFunctions(self.pad)
		return
Пример #2
0
	def modules_connections(self):
		LineMain(self.pad)
		Scrollbar(self.pad)
		StationeryFunctions(self.pad)
		Popup(self.pad)
		FindReplaceFunctions(self.pad)
		FileHandler(self.pad)
		FontChooser(self.pad)
		Configuration(self.pad)
		return
Пример #3
0
	def modules_connections(self):
		LineMain(self.pad)
		Scrollbar(self.pad)
		StationeryFunctions(self.pad)
		Popup(self.pad)
		FindReplaceFunctions(self.pad)
		InterpreterFunctions(self.pad)
		FileHandler(self.pad)
		FontChooser(self.pad)
		Configuration(self.pad)
		ColorLight(self.pad)
		MenuBar(self.pad)
		#AutoWrite(self.pad)
		return
Пример #4
0
 def modules_connections(self):
     LineMain(self.pad)
     Scrollbar(self.pad)
     return
Пример #5
0
 def modules_connections(self):
     LineMain(self.pad)
     Scrollbar(self.pad)
     ColorLight(self.pad)
     StationeryFunctions(self.pad)
     return
Пример #6
0
 def modules_connections(self):
     Scrollbar(self.pad)
     return