Re: Custom grid cell editor: GridCellComboBoxEditor
ioprst <[email protected]>
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <[email protected]> |
It solved my problem
def Create(self, parent, id, evtHandler):
self.control = wx.ComboBox(parent, id, choices=self.choices)
self.SetControl(self.control)
newEventHandler = wx.EvtHandler()
if evtHandler:
self.control.PushEventHandler(newEventHandler)
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/8a74bd95-ebed-42dc-8ce6-6cdbdaec1dd9%40googlegroups.com.