|
From: Joe E. <jen...@fl...> - 2004-09-28 02:06:44
|
Brett Schwarz wrote: > > + -columns is [...] a read-only option now, and can only be > > set at widget creation time [*]. > > Ok, I definitely would like to see this not readonly. OK; will change it back. > I know that makes your job tougher, Not terribly; the code is already _mostly_ in place to handle this. The only troublesome area is error recovery: if you set -columns to something that's incompatible with -displaycolumns, it raises an error (which is OK) and leaves the widget in an inconsistent state (which is not). This is a recoverable condition and won't lead to any crashes, but it violates one of the invariants that widgets are supposed to maintain. --Joe English jen...@fl... |