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)
     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)
     ColorLight(self.pad)
     MenuBar(self.pad)
     return