Mapper widget.

Hi!

While I search the docs for it, I would appreciate if anyone knows it before
I finish and could give me the widget name used to map some key to a value.

E.g.

dictionary_of_interest = { 1:'ValueA', 2:'ValueB'}

Is there any widget that given 'dictionary_of_interest' shows the values and
when clicked can give back the key for the corresponding
'event.GetStringSelection()'? If I click on 'ValueA' on the requested
widget I'd get back '1'.

I'm asking this because the element order is unknown if I sort the
combo/choice/list/etc. box and I can't rely on the values being
'unique' (they're on a database and I wanted giving the user more
meaningful information while minimizing my work on the backend).

TIA,

ยทยทยท

--
Godoy. <godoy@ieee.org>