Ejemplo n.º 1
0
 def On_traitFiliere(self, event):
     # appel de l'trait de plusieurs dossiers
     cfg = gc.DLG_trait(self.parent, multi='filiere', style=wx.RESIZE_BORDER)
     cfg.Show()
Ejemplo n.º 2
0
 def On_trait(self,event):
     #appel de l'trait d'un dossier
     cfg = gc.DLG_trait(self.parent, style = wx.RESIZE_BORDER )
     cfg.Show()