Ejemplo n.º 1
0
 def getData(self):
   return( ( self.name.GetValue(),
             self.comment.GetValue(),
             hlp.stringWithCommasToInt(self.size.GetValue()),
             hlp.stringWithCommasToInt(self.blocksize.GetValue()),
             self.getAddBlock(),
             self.folder.GetValue(),
             self.final.GetSelection()
           )
         )