Correct abstraction for TK
luke.hoersten at gmail.com
luke.hoersten at gmail.com
Mon Jul 2 17:37:47 EDT 2007
More information about the Python-list mailing list
Mon Jul 2 17:37:47 EDT 2007
- Previous message (by thread): Correct abstraction for TK
- Next message (by thread): Correct abstraction for TK
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm looking for a good example of how to correctly abstract TK code from the rest of my program. I want to just get some user info and then get 4 values from the GUI. Right now I've written it OOP per the examples on python.org but it doesn't seem to be meshing very well with the rest of my project. Can anyone suggest some examples so that I can get more ideas? Thanks, Luke
- Previous message (by thread): Correct abstraction for TK
- Next message (by thread): Correct abstraction for TK
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list