Add XRC handler for wxBannerWindow and a test for it to the xrc sample.

Also document the new XRC format elements.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-08-22 12:18:56 +00:00
parent 50c202914e
commit ae2047c32a
21 changed files with 334 additions and 0 deletions

View File

@@ -526,6 +526,27 @@ controls cannot have children.
@endTable
@subsubsection xrc_wxanimationctrl wxBannerWindow
@beginTable
@hdr3col{property, type, description}
@row3col{direction, @c wxLEFT|wxRIGHT|wxTOP|wxBOTTOM,
The side along which the banner will be positioned.}
@row3col{bitmap, @ref overview_xrcformat_type_bitmap,
Bitmap to use as the banner background.}
@row3col{title, @ref overview_xrcformat_type_text,
Banner title, should be single line.}
@row3col{message, @ref overview_xrcformat_type_text,
Possibly multi-line banner message.}
@row3col{gradient-start, @ref overview_xrcformat_type_colour,
Starting colour of the gradient used as banner background. Can't be used if
a valid bitmap is specified.}
@row3col{gradient-end, @ref overview_xrcformat_type_colour,
End colour of the gradient used as banner background. Can't be used if
a valid bitmap is specified.}
@endTable
@subsubsection xrc_wxbitmapbutton wxBitmapButton
@beginTable