Attn Jerry Story: wxListBox on GTK

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu