Note about deprecating some wxSystemSettings members.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-01-24 07:23:42 +00:00
parent fe3fc02e1c
commit 5125ea1f83
2 changed files with 4 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ All:
datatype (if BLOB support is enabled and supported by the database)
- added wxDynamicLibrary::ListLoaded()
- wxGetPowerType() and wxGetBatteryState() addition
- wxSystemSettings::GetSystem*() members deprecated and replaced with
wxSystemSettings::Get*()
All (GUI):

View File

@@ -217,6 +217,8 @@ sizer->Add(win);
- New \helpref{wxBrush::IsHatch()}{wxbrushishatch} checking for brush type replaces IS_HATCH macro.
- wxSystemSettings::GetSystem*() members deprecated and replaced with wxSystemSettings::Get*().
\subsection{Depreciated changes since 2.4.x}\label{depreciatedsince24}