Confused about "standard" top-level structure of a Tk app
Skip Montanaro
skip at mojam.com
Sun Nov 19 05:36:54 EST 2000
More information about the Python-list mailing list
Sun Nov 19 05:36:54 EST 2000
- Previous message (by thread): ANN: PySablot 0.1 - Python bindings for Sabltron
- Next message (by thread): HTTP/1.1 server in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I don't do much GUI programming, so every time I decide to write such a program I have to relearn it all. I'd like to create a Tkinter application consisting of a top-level application window with a menubar at the top and a frame beneath it into which I will insert most/all of my application widgets. Once I get to the point where I have a handle on the frame into which I can insert my widgets, I'm fine. It's the relationship between the widgets at the outermost level (the toplevel widget, the menu and its elements, and the main application frame) that confuse me. Every example I've looked at in either the Python source tree or the references found on the Tkinter page of the Python web site seems to construct this basic functionality differently. This is such a common idiom I would have thought there was a single preferred way of doing it. Does someone have a bit of skeleton code for this top-level structure? Thanks, -- Skip Montanaro (skip at mojam.com) Support the Mojam.com Affiliates Program: http://www.mojam.com/affl/ (847)971-7098
- Previous message (by thread): ANN: PySablot 0.1 - Python bindings for Sabltron
- Next message (by thread): HTTP/1.1 server in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list