Beispiel #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()
Beispiel #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()