Operating system: Linux
wxPython version & source: 4.0.6 - pypi
Python version & source: 3.6
Description of the problem:
The wx.adv.BitmapComboBox class does not have a Popup method, like ComboBox does.
Since it does not seem to be a sub class of ComboBox in Linux, calling its Popup method does also not work. Is there a workaround and is this intentional?
Operating system: Linux
wxPython version & source: 4.0.6 - pypi
Python version & source: 3.6
Description of the problem:
The
wx.adv.BitmapComboBoxclass does not have aPopupmethod, likeComboBoxdoes.Since it does not seem to be a sub class of
ComboBoxin Linux, calling itsPopupmethod does also not work. Is there a workaround and is this intentional?