Remove obsolete symbols and platforms from the documentation

Don't mention pre-XP Windows versions and other obsolete platforms such as
OS/2 and the symbols which were only useful for them.

Closes https://github.com/wxWidgets/wxWidgets/pull/137
This commit is contained in:
Catalin
2015-11-29 00:34:42 +02:00
committed by Vadim Zeitlin
parent c43fa10c74
commit 71ad2d64ef
13 changed files with 23 additions and 55 deletions

View File

@@ -45,11 +45,11 @@ const char wxDirDialogNameStr[] = "wxDirCtrl";
user.
@endStyleTable
Notice that @c wxRESIZE_BORDER has special side effect under recent (i.e.
later than Win9x) Windows where two different directory selection dialogs
are available and this style also implicitly selects the new version as the
old one always has fixed size. As the new version is almost always
preferable, it is recommended that @c wxRESIZE_BORDER style be always used.
Notice that @c wxRESIZE_BORDER has special side effect under Windows
where two different directory selection dialogs are available and this
style also implicitly selects the new version as the old one always has
fixed size. As the new version is almost always preferable, it is
recommended that @c wxRESIZE_BORDER style be always used.
This is the case if the dialog is created with the default style value but
if you need to use any additional styles you should still specify @c
wxDD_DEFAULT_STYLE unless you explicitly need to use the old dialog version