Steps towards implementing native-style, non-top-level toolbars on Mac
authorJulian Smart <julian@anthemion.co.uk>
Fri, 14 Apr 2006 09:15:10 +0000 (09:15 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 14 Apr 2006 09:15:10 +0000 (09:15 +0000)
commit64d3ed176d5b88473b69c7ab63075d50608d2f66
tree41d2d36354d2fa714d324ef13c6fbff770b4ce1c
parent44c930ebbac11de2ce259ce6c931cdc060c52ad0
Steps towards implementing native-style, non-top-level toolbars on Mac
by implementing a toolbar class that uses native buttons.
Ultimately this should allow wxToolbook and wxPropertySheetDialog
classes to look native, when we complete the button API improvements
to combine text, bitmaps and toggling.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_adv.dsp
build/msw/wx_core.dsp
include/wx/generic/buttonbar.h [new file with mode: 0644]
include/wx/generic/propdlg.h
include/wx/toolbook.h
samples/dialogs/dialogs.cpp
samples/dialogs/dialogs.h
src/generic/buttonbar.cpp [new file with mode: 0644]
src/generic/propdlg.cpp
src/generic/toolbkg.cpp