git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68394
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxAutomationObject m_ie;
IWebBrowser2* m_webBrowser;
DWORD m_dwCookie;
wxAutomationObject m_ie;
IWebBrowser2* m_webBrowser;
DWORD m_dwCookie;
- bool m_canNavigateBack;
- bool m_canNavigateForward;
//We store the current zoom type;
wxWebViewZoomType m_zoomType;
//We store the current zoom type;
wxWebViewZoomType m_zoomType;
- m_canNavigateBack = false;
- m_canNavigateForward = false;
m_isBusy = false;
m_historyLoadingFromList = false;
m_historyEnabled = true;
m_isBusy = false;
m_historyLoadingFromList = false;
m_historyEnabled = true;
HandleWindowEvent(event);
break;
}
HandleWindowEvent(event);
break;
}
-
- case DISPID_COMMANDSTATECHANGE:
- {
- long commandId = evt[0].GetLong();
- bool enable = evt[1].GetBool();
- if (commandId == CSC_NAVIGATEBACK)
- {
- m_canNavigateBack = enable;
- }
- else if (commandId == CSC_NAVIGATEFORWARD)
- {
- m_canNavigateForward = enable;
- }
- break;
- }
case DISPID_NEWWINDOW3:
{
wxString url = evt[4].GetString();
case DISPID_NEWWINDOW3:
{
wxString url = evt[4].GetString();