wxPython: Using ObjectListView instead of a ListCtrl
The wxPython ListCtrl is a very handy widget. Unfortunately, it can be a pain to use as well. This discovery caused Phillip Piper, missionary to Mozambique, to write ObjectListView, a wrapper for the wx.ListCtrl. ObjectListView actually adds functionality because it uses objects to create its rows and thus, it makes gettings information from multiple columns […]
wxPython: Using ObjectListView instead of a ListCtrl Read More »