]> git.saurik.com Git - wxWidgets.git/commit
Use list mode in wxListbook list control instead of report.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Jul 2012 17:09:53 +0000 (17:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Jul 2012 17:09:53 +0000 (17:09 +0000)
commit0f79c83f89a625c88fc95afd30a685c3124fe6c9
tree05f03e34cbd0547d7f1716741d398f379b9972eb
parentd68a2a24d1d25542974045f0bff3f035c192e5bb
Use list mode in wxListbook list control instead of report.

Use wxLC_LIST instead of wxLC_REPORT when we don't have any icons. This makes
the code simpler as wxLC_LIST is more similar to wxLC_ICON which we used, and
continue to use, when we do have icons, because we don't need to add and
remove any columns on the fly.

And it fixes the appearance of wxListbook without images with wxBK_TOP or
wxBK_BOTTOM styles as it now lays out its items horizontally and not
vertically as before.

It also fixes the best size calculation of wxListbook control since the
changes to wxListCtrl best size calculations in r71733 as a nice side effect.

Closes #14451.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/listbook.h
src/generic/listbkg.cpp