deprecated and removed from our code GetUseCtl3D()/TransparentBackground()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-07-08 23:02:14 +00:00
parent b0cb01589f
commit 35821d8fe0
7 changed files with 2 additions and 27 deletions

View File

@@ -29,6 +29,8 @@ versions, please update your code to not use them.
- wxHashTableLong: use wxHashMap instead
- wxArrayString::GetStringArray: no replacement
- wxArrayString::Remove(index, count): use RemoveAt instead
- [MSW only] wxWindow::GetUseCtl3D(), GetTransparentBackground() and
SetTransparent() as well as wxNO_3D and wxUSER_COLOURS styles
OTHER CHANGES