duohe
Results
1
issues of
duohe
I have a subclass of the PopupTransientWindow: class IDFilterPopup(wx.PopupTransientWindow): def __init__(self, parent, x, y, string="", history=[]): wx.PopupTransientWindow.__init__(self, parent) self.panel = wx.Panel(self) self.panel.SetBackgroundColour("#FFB6C1") m_comboBox1Choices = history self.tc = wx.ComboBox(self.panel, wx.ID_ANY, string,...