Using wxPython 2.3.2b7 under Linux, when an item is inserted into a
wxListBox with multiple columns using InsertStringItem (item, data) and
data is '' (empty string), the new row is added but becomes
unselectable.
GTK or wxPython bug/feature? Under Windows everything works right.
Alex