added wxFileConfig::Save(stream); documented it in new, separate from wxConfig, wxFileConfig doc file (replaces patches 902372 and 900889)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-10-03 22:55:08 +00:00
parent e1cc687422
commit a121d72052
6 changed files with 160 additions and 15 deletions

View File

@@ -217,8 +217,7 @@ All:
- active mode support in wxFTP (Randall Fox)
- sped up wxHTTP and wxFTP
- added wxStringInput/OutputStreams
- wxSystemSettings::GetMetric now returns -1 for metrics that are not
supported, instead of zero.
- added wxFileConfig::Save(wxOutputStream)
All (GUI):
@@ -247,6 +246,8 @@ All (GUI):
- wx(Choice/List/Note)book controls send CHANG(ED/ING) events in SetSelection
- it is now possible to create a wxFont with given size in pixels (d2walter)
- added wxTopLevelWindow::IsActive()
- wxSystemSettings::GetMetric now returns -1 for metrics that are not
supported, instead of zero.
Unix: