예제 #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