add wxTLW::UseNativeDecorations[ByDefault]() to allow the programmer to control whether windows use native or custom decorations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-09-25 11:46:58 +00:00
parent b13862ee62
commit b48f51ca74
4 changed files with 123 additions and 27 deletions

View File

@@ -88,6 +88,10 @@ wxGTK:
- Automatically use stock items for menu items with standard ids.
- Setting cursor now works for all controls.
wxUniv:
- Added wxTLW::UseNativeDecorations() and UseNativeDecorationsByDefault()
2.7.0
-----