Remove Windows CE support

Windows CE doesn't seem to be supported by Microsoft any longer. Last CE
release was in early 2013 and the PocketPC and Smartphone targets supported by
wxWidgets are long gone.

The build files where already removed in an earlier cleanup this commit
removes all files, every #ifdef and all documentation regarding the Windows CE
support.

Closes https://github.com/wxWidgets/wxWidgets/pull/81
This commit is contained in:
Tobias Taschner
2015-08-27 17:48:54 +02:00
committed by Vadim Zeitlin
parent 6fbc2bd0b7
commit 8282c1be0f
388 changed files with 1109 additions and 19505 deletions

View File

@@ -75,12 +75,6 @@
appearance but not all fonts are available in this quality,
e.g. the Terminal font in small sizes is not and this option may be
used if wider fonts selection is more important than higher quality.
@flag{wince.dialog.real-ok-cancel}
The PocketPC guidelines recommend for Ok/Cancel dialogs to use an OK button
located inside the caption bar and implement Cancel functionality through
Undo outside the dialog.
wxDialog::CreateButtonSizer will follow the native behaviour on WinCE but
it can be overridden with real wxButtons by setting the option below to 1.
@endFlagTable