- assigned_to: nobody --> hobbs
Most widgets return configure information with synonyms
pointing to the associated configure option switch. The
canvas, scrollbar and text widgets return synonyms
pointing to the database name. e.g.
% button .b
.b
% join [lsort [.b configure]] \n
...
-background background Background #d9d9d9 #d9d9d9
-bd -borderwidth
-bg -background
-bitmap bitmap Bitmap {} {}
-borderwidth borderWidth BorderWidth 2 2
...
-fg -foreground
-foreground foreground Foreground Black Black
...
(Note how -bg maps to -background and -bd to -borderwidth)
% text .t
.t
% join [lsort [.t configure]] \n
...
-background background Background #d9d9d9 #d9d9d9
-bd borderWidth
-bg background
-borderwidth borderWidth BorderWidth 2 2
...
-fg foreground
-foreground foreground Foreground Black Black
...
(Here -bg maps to background and -bd to borderWidth}
In 8.3.5, the frame, message and toplevel widgets also
suffered from this bug, but appear fixed in 8.4.