wxPython: combining wxListCtrl and wxCheckBox

Mark Carter cartermark46 at ukmail.com
Mon Dec 1 05:35:45 EST 2003


I would like a wxListCtrl with 3 columns in it. The number of rows in
it will vary during run-time. In the first column of each row should
be a wxCheckBox, which the user can check or uncheck.

Is such an arrangement possible?
Any example source code?

wxCheckListBox comes close - but not close enough. Unfortunately, it
does not derive from wxListCtrl, which contains the function
InsertColumn() needed for multiple columns




More information about the Python-list mailing list