Add new wxBannerWindow class.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Aug 2011 12:18:43 +0000 (12:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Aug 2011 12:18:43 +0000 (12:18 +0000)
commitea11bf3abcec34e31b9919a2e222e61f82643830
treeaea9c7262e9c4491d7e079364f33538a3600020d
parente55d5694009c3504a6c29bccd19e55af0daca22b
Add new wxBannerWindow class.

A simple banner showing either a bitmap or some text on gradient background.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
36 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
build/msw/wx_vc7_adv.vcproj
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_adv.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_adv.vcproj
build/msw/wx_vc9_core.vcproj
configure
configure.in
docs/changes.txt
docs/doxygen/images/generic/bannerwindow.png [new file with mode: 0644]
include/wx/bannerwindow.h [new file with mode: 0644]
include/wx/motif/setup0.h
include/wx/msw/setup0.h
include/wx/msw/wince/setup.h
include/wx/os2/setup0.h
include/wx/osx/setup0.h
include/wx/palmos/setup0.h
include/wx/setup_inc.h
include/wx/univ/setup0.h
interface/wx/bannerwindow.h [new file with mode: 0644]
samples/xrc/Makefile.in
samples/xrc/makefile.bcc
samples/xrc/makefile.gcc
samples/xrc/makefile.vc
samples/xrc/makefile.wat
samples/xrc/xrcdemo.bkl
setup.h.in
src/generic/bannerwindow.cpp [new file with mode: 0644]