Ejemplo n.º 1
0
 def OnEmailPaste(self, text):
     ChooseFormat.importEmail(text, self.blockItem.itsView,
                              selectedCollection=True)
Ejemplo n.º 2
0
 def OnEmailPaste(self, text):
     ChooseFormat.importEmail(text,
                              self.blockItem.itsView,
                              selectedCollection=True)
Ejemplo n.º 3
0
 def OnFilePaste(self):
     for filename in self.fileDataObject.GetFilenames():
         ChooseFormat.importFileGuessFormat(filename, self.blockItem.itsView,
                                            selectedCollection=True)
Ejemplo n.º 4
0
 def OnFilePaste(self):
     for filename in self.fileDataObject.GetFilenames():
         ChooseFormat.importFileGuessFormat(filename,
                                            self.blockItem.itsView,
                                            selectedCollection=True)