Re: Tkinter- Possibly a basic question
- From: joshdw4@xxxxxxxxx
- Date: Thu, 31 Jul 2008 04:15:04 -0700 (PDT)
On Jul 30, 6:48 pm, "Guilherme Polo" <ggp...@xxxxxxxxx> wrote:
On Wed, Jul 30, 2008 at 6:33 PM, <josh...@xxxxxxxxx> wrote:
...
...
The second option is to not create the root there, instead, make App
inherit Tk. I rarely see people doing this, but it works too. Here you
won't need to store the parent in an instance attribute, given it is
always accessible through self.master since you are subclassing Tk.
...
--
-- Guilherme H. Polo Goncalves
Excellent, this one was easy enough for me to understand/implement and
it worked. Thanks for the help.
.
- References:
- Tkinter- Possibly a basic question
- From: joshdw4
- Re: Tkinter- Possibly a basic question
- From: Guilherme Polo
- Tkinter- Possibly a basic question
- Prev by Date: Re: Case tagging and python
- Next by Date: Re: Terminate a python script from linux shell / bash script
- Previous by thread: Re: Tkinter- Possibly a basic question
- Next by thread: overriding file.readline: "an integer is required"
- Index(es):
Relevant Pages
|