added support for <bg> tag for toolbars in XRC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-02-08 13:22:56 +00:00
parent 114807c0b2
commit 700dbceb37
3 changed files with 4 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ All (GUI):
- Added SetSheetStyle to wxPropertySheetDialog and allowed it to
behave like a Mac OS X settings dialog.
- wxDC::BeginDrawing() and wxDC::EndDrawing() deprecated.
- Added <disabled> XRC tag for wxToolBar elements
- Added <disabled> XRC tag for wxToolBar elements and <bg> for wxToolBar itself
wxMSW: