Re: ps tkinter

2007-02-07 Thread Eric Brunel
On Wed, 07 Feb 2007 13:40:33 +0100, yvesd <[EMAIL PROTECTED]> wrote: > For a bit more help about my previous message (outlook bar) > does anybody know how to reparent or change a widget(button)'s owner > in tkinter ? > here's my code that doesn't work : > def inverse(self): > if (self.

ps tkinter

2007-02-07 Thread yvesd
For a bit more help about my previous message (outlook bar) does anybody know how to reparent or change a widget(button)'s owner in tkinter ? here's my code that doesn't work : def inverse(self): if (self.texte=="top"): self.texte="bottom" btn = self