easygui icon indicating copy to clipboard operation
easygui copied to clipboard

Buttonbox: Accept a dict for images

Open robertlugg opened this issue 10 years ago • 0 comments

support dict-like objects to be passed in as images parameter.

Treat them as OrderedDicts to preserve their order if the user passes in an OrderedDict. If the user selects a particular item, don't return the value, but instead return the key.

robertlugg avatar Jun 04 '15 07:06 robertlugg