git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33697
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
All:
- wxPathExists deprecated, use wxDirExists instead.
All:
- wxPathExists deprecated, use wxDirExists instead.
+- Configure: --enable-std_iostreams, --enable-std_string are now the default.
- Fixed static box border when the label is empty.
- Fixed SetBackgroundColour() to change only label background, not entire box.
- Fixed static box border when the label is empty.
- Fixed SetBackgroundColour() to change only label background, not entire box.
-- wxHelpController is now aliased to wxBestHelpController.
+- wxHelpController is now aliased to wxCHMHelpController.
appropriate class is aliased to the name wxHelpController for each platform, as follows:
\begin{itemize}\itemsep=0pt
appropriate class is aliased to the name wxHelpController for each platform, as follows:
\begin{itemize}\itemsep=0pt
-\item On desktop Windows, wxBestHelpController is used (MS HTML Help or WinHelp).
+\item On desktop Windows, wxCHMHelpController is used (MS HTML Help).
\item On Windows CE, wxWinceHelpController is used.
\item On all other platforms, wxHtmlHelpController is used if wxHTML is
compiled into wxWidgets; otherwise wxExtHelpController is used (for invoking an external
\item On Windows CE, wxWinceHelpController is used.
\item On all other platforms, wxHtmlHelpController is used if wxHTML is
compiled into wxWidgets; otherwise wxExtHelpController is used (for invoking an external
#define wxHelpController wxPalmHelpController
#elif defined(__WXMSW__)
#define wxHelpController wxPalmHelpController
#elif defined(__WXMSW__)
- #include "wx/msw/helpbest.h"
+ #include "wx/msw/helpchm.h"
- // CHM or WinHelp, whichever is available
- #define wxHelpController wxBestHelpController
+ #define wxHelpController wxCHMHelpController
#else // !MSW
#if wxUSE_WXHTML_HELP
#else // !MSW
#if wxUSE_WXHTML_HELP