Attn Jerry Story: wxListBox on GTK
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Jan 27, 2005
- 424 views
Jerry, I don't have your email handy right now, but looking at the wxWidgets docs, it states (under wxListBox): "List box elements are numbered from zero. Their number is limited in some platforms (e.g. ca. 2000 on GTK)." I also found an old thread on comp.soft-sys.wxwindows: http://tinyurl.com/5g6se The recommendation is to use a virtual list control. This would be using the wxListCtrl with the styles wxLC_REPORT and wxLC_VIRTUAL. If you don't have the wxWidgets docs, they're on line here: http://www.wxwidgets.org/manuals/2.4.2/wx233.htm#wxlistbox http://www.wxwidgets.org/manuals/2.4.2/wx234.htm#wxlistctrl Matt Lewis