Example #1
0
	def modules_connections(self):
		LineMain(self.pad)
		Scrollbar(self.pad)
		StationeryFunctions(self.pad)
		Popup(self.pad)
		FindReplaceFunctions(self.pad)
		return
	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
Example #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
Example #4
0
 def modules_connections(self):
     LineMain(self.pad)
     Scrollbar(self.pad)
     return
 def modules_connections(self):
     LineMain(self.pad)
     Scrollbar(self.pad)
     ColorLight(self.pad)
     StationeryFunctions(self.pad)
     return
 def modules_connections(self):
     Scrollbar(self.pad)
     return