in reply to GUI Setup with Tk, overly verbose, or maintainable?
If that is the case, then I'd suggest adding
so that you can refer to e.g. $layout{'button'}->[ADD] to modify the "Add Data" text.use constant { LIST => 0, DEL => 1, ADD => 2, DUP => 3, CHG => 4, EXIT => 5, };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: GUI Setup with Tk, overly verbose, or maintainable?
by Grygonos (Chaplain) on Jul 02, 2004 at 17:44 UTC |