test code:
grid [canvas .c] -row 0 -column 0 -sticky nswe
grid rowconfigure . 0 -weight 1
grid columnconfigure . 0 -weight 1
now click on the "maximize" button in the upper right
corner of "."
I get a page fault
this doesn't happen if .c is a text widget, if either the
weight of the row or column configure is 0, or if
the "sticky" setting is not "nswe".
Logged In: YES
user_id=72656
This works on WinXP, so I'm assuming there is some Win9x
limitation being hit.