git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68788
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
WX_ARG_FEATURE(postscript, [ --enable-postscript use wxPostscriptDC device context (default for gtk+)], wxUSE_POSTSCRIPT)
WX_ARG_FEATURE(printarch, [ --enable-printarch use printing architecture], wxUSE_PRINTING_ARCHITECTURE)
WX_ARG_FEATURE(svg, [ --enable-svg use wxSVGFileDC device context], wxUSE_SVG)
WX_ARG_FEATURE(postscript, [ --enable-postscript use wxPostscriptDC device context (default for gtk+)], wxUSE_POSTSCRIPT)
WX_ARG_FEATURE(printarch, [ --enable-printarch use printing architecture], wxUSE_PRINTING_ARCHITECTURE)
WX_ARG_FEATURE(svg, [ --enable-svg use wxSVGFileDC device context], wxUSE_SVG)
-WX_ARG_FEATURE(web, [ --enable-web use wxWeb library], wxUSE_WEB)
+WX_ARG_FEATURE(webview, [ --enable-webview use wxWeb library], wxUSE_WEBVIEW)
dnl wxDC is implemented in terms of wxGraphicsContext in wxOSX so the latter
dnl can't be disabled, don't even provide an option to do it
dnl wxDC is implemented in terms of wxGraphicsContext in wxOSX so the latter
dnl can't be disabled, don't even provide an option to do it
-if test "$wxUSE_WEB" = "yes"; then
- AC_DEFINE(wxUSE_WEB)
+if test "$wxUSE_WEBVIEW" = "yes"; then
+ AC_DEFINE(wxUSE_WEBVIEW)
USE_WEB=1
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS web"
USE_WEB=1
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS web"
if test "$wxUSE_STC" = "yes" ; then
BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
fi
if test "$wxUSE_STC" = "yes" ; then
BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
fi
- if test "$wxUSE_WEB" = "yes" ; then
+ if test "$wxUSE_WEBVIEW" = "yes" ; then
STD_GUI_LIBS="web $STD_GUI_LIBS"
BUILT_WX_LIBS="web $BUILT_WX_LIBS"
fi
STD_GUI_LIBS="web $STD_GUI_LIBS"
BUILT_WX_LIBS="web $BUILT_WX_LIBS"
fi
// Default is 1
//
// Recommended setting: 1
// Default is 1
//
// Recommended setting: 1
// Use the IE wxWebView backend
//
// Use the IE wxWebView backend
//
#include "wx/control.h"
#include "wx/event.h"
#include "wx/control.h"
#include "wx/event.h"
wx__DECLARE_EVT1(wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED, id, \
wxWebViewEventHandler(fn))
wx__DECLARE_EVT1(wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED, id, \
wxWebViewEventHandler(fn))
#endif // _WX_WEB_VIEW_H_
#endif // _WX_WEB_VIEW_H_
class wxFSFile;
class wxFileSystem;
class wxFSFile;
class wxFileSystem;
wxFileSystem* m_fileSystem;
};
wxFileSystem* m_fileSystem;
};
#endif // _WX_WEB_VIEW_FILE_HANDLER_H_
#endif // _WX_WEB_VIEW_FILE_HANDLER_H_
#define wxUSE_WEBVIEW_WEBKIT 0
#define wxUSE_WEBVIEW_WEBKIT 0
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#if defined(__BORLANDC__)
#pragma hdrstop
#if defined(__BORLANDC__)
#pragma hdrstop
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#if defined(__BORLANDC__)
#pragma hdrstop
#if defined(__BORLANDC__)
#pragma hdrstop
#ifdef __BORLANDC__
#pragma hdrstop
#ifdef __BORLANDC__
#pragma hdrstop
CPPUNIT_ASSERT_EQUAL("Hello World!", m_browser->GetPageText());
}
CPPUNIT_ASSERT_EQUAL("Hello World!", m_browser->GetPageText());
}