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
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