In <mailman.241.1489242093.2612.python-l...@python.org> Michael Torrie 
<torr...@gmail.com> writes:

> The order of the displayed fields is usually something set by the GUI
> API when you create the table widget. At least in most toolkits I'm
> familiar with.  As well, when you add the row to the widget, you
> normally specify the fields (the data) individually, so I would think
> the order of the dict's fields does not matter since you'd manually
> specify each field's data.

The original example used a loop to get all of the dict fields and
add them to the GUI, instead of adding each field individually.

-- 
John Gordon                   A is for Amy, who fell down the stairs
gor...@panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to