With the root menu available from the ComboBox class, it’s nice, easy, and tidy to add custom dropdown items with icons to the ComboBox PopupMenu, the issue is however, there’s no current way to access these icons from the ComboBox menu itself, as far as i can tell…
The desired functionality would be something like
getCurrentlySelectedItem()->getIcon()
so that one could have a PopupMenuItem with a custom Icon, and then pull this PopupMenu’s icon into the paint routine of the parent ComboBox & display the selected items Icon.
Is there an ability to do this which I haven’t seen?
Thanks,
Jake