]> git.saurik.com Git - wxWidgets.git/commit
Changed AppendCommon (called by all Append methods) so it doesn't
authorHarco de Hilster <harcoh@caos.kun.nl>
Tue, 14 Sep 1999 19:32:20 +0000 (19:32 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Tue, 14 Sep 1999 19:32:20 +0000 (19:32 +0000)
commit91f491639e8b7a034704a2e1cfc15129783e9b56
tree52a605a64ac0fa4baa01767deeaaf3ab7d4eaa97
parent761a9d2b1fea5a7e04199f68a9da7cea06310d77
Changed AppendCommon (called by all Append methods) so it doesn't
call ApplyWidgetStyle (which applies the current style to all list_items,
which should already have the right style), but instead only applies
the style to the new list_item. This results in a *great* speedup for large
listboxes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/listbox.cpp
src/gtk1/listbox.cpp