Putting a control in a wxListCtrl

I've been looking into this for a while, but I haven't really found
any answers. I'm not unfamiliar with positioning a control in a
statusbar, but how does one go about putting a control in a specific
column of a specific item in a wxListCtrl?

Thank you,

···

--
Daniel Bickett
dbickett at gmail.com
http://heureusement.org/

Daniel Bickett wrote:

I've been looking into this for a while, but I haven't really found
any answers. I'm not unfamiliar with positioning a control in a
statusbar, but how does one go about putting a control in a specific
column of a specific item in a wxListCtrl?

There is an example of doing this in the library, take a look at the wx.lib.mixins.listctrl.TextEditMixin class.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!