smartcard.CardNames.CardNames:
The CardNames organizes cards by a unique name and an associated
smartcard.CardType.CardType.
smartcard.CardRequest.CardRequest:
A CardRequest is used for waitForCard() invocations and specifies
what kind of smart card an application is waited for.
wx._core.ItemContainer:
The wx.ItemContainer class defines an interface which is
implemented by all controls which have string subitems, each of
which may be selected, such as `wx.ListBox`, `wx.CheckListBox`,
`wx.Choice` as well as `wx.ComboBox` which implements an extended
interface deriving from this one.
wx._controls.ComboBox:
A combobox is like a combination of an edit control and a listbox.