Added wxTB_NODIVIDER and wxTB_NOALIGN so native Windows toolbar can
authorJulian Smart <julian@anthemion.co.uk>
Thu, 4 Apr 2002 13:13:51 +0000 (13:13 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 4 Apr 2002 13:13:51 +0000 (13:13 +0000)
commit65e508482777277c429b8c522e1ff8050ff5cdc7
tree7a84ccd6719cb40675011174f577a00c089524d9
parent4069916857010a2f9a73b4e14380d6c8d416aefd
Added wxTB_NODIVIDER and wxTB_NOALIGN so native Windows toolbar can
used in FL.
Adjusted Windows toolbar height for wxTB_NODIVIDER style.
Removed some false memory leak reporting from fontmap.cpp, mimecmn.cpp,
strconv.cpp.
Added and used MapBitmap function in newbmpbtn.cpp so the right
colours are used under Windows.
<controversial>Added iniconf.cpp to WIN32 compilation</conroversial>

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
contrib/include/wx/fl/newbmpbtn.h
contrib/src/fl/newbmpbtn.cpp
distrib/msw/tmake/filelist.txt
docs/changes.txt
docs/latex/wx/toolbar.tex
include/wx/defs.h
include/wx/strconv.h
src/common/fontmap.cpp
src/common/mimecmn.cpp
src/common/strconv.cpp
src/msw/tbar95.cpp