Re: wxPython
> self.wizard.FindWindow(wx.ID_FORWARD ).SetLabel('En avant!')
> self.wizard.FindWindow(wx.ID_BACKWARD).SetLabel('E n arrière!')
> self.wizard.FindWindow(wx.ID_CANCEL ).SetLabel('Quitter')
>
En fait, il faut utiliser self.wizard.FindWindowById (en tout cas dans
la version que j'utilise, la 2.6.1, qui n'est certes pas la dernière)
|