Issue58

Title More Pythonic Tk widget library
Priority feature Status unread
Superseder Nosy List dmcc, drewp
Assigned To Topics tk

Created on 2003-07-31.01:06:54 by dmcc, last changed 2003-07-31.01:07:02 by dmcc.

Messages
msg179 (view) Author: dmcc Date: 2003-07-31.01:06:54
We keep wrapping Tk widgets like crazy.  We should properly
make all the new widgets that we need.  Here are some that I
can think of:

- Easier to use HList (already in progress)
- Toplevel that load/saves geometry and can only be
  destroyed once.  Should implement the WM_DELETE_WINDOW
  protocol.
- Possibly a better Listbox which gives useful selection 
  information
History
Date User Action Args
2003-07-31 01:07:02dmccsetnosy: + drewp
2003-07-31 01:06:54dmcccreate