]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/webview_ie.h
Take void** client data in wxSingleChoiceDialog ctor and not char**.
[wxWidgets.git] / include / wx / msw / webview_ie.h
index e0254694bc2d90bccfbd61cd5a7e0da311144a33..92d0aa11030d0443b4214916f40c1f319e58c794 100644 (file)
@@ -224,7 +224,7 @@ public:
                                                    const GUID *pguidCmdGroup,
                                                    DWORD nCmdID) = 0;
 
-    virtual HRESULT wxSTDCALL GetOptionKeyPath(__out  LPOLESTR *pchKey, 
+    virtual HRESULT wxSTDCALL GetOptionKeyPath(LPOLESTR *pchKey, 
                                                DWORD dw) = 0;
 
     virtual HRESULT wxSTDCALL GetDropTarget(IDropTarget *pDropTarget,
@@ -233,8 +233,8 @@ public:
     virtual HRESULT wxSTDCALL GetExternal(IDispatch **ppDispatch) = 0;
 
     virtual HRESULT wxSTDCALL TranslateUrl(DWORD dwTranslate,
-                                           __in __nullterminated  OLECHAR *pchURLIn,
-                                           __out  OLECHAR **ppchURLOut) = 0;
+                                           OLECHAR *pchURLIn,
+                                           OLECHAR **ppchURLOut) = 0;
 
     virtual HRESULT wxSTDCALL FilterDataObject(IDataObject *pDO,
                                                IDataObject **ppDORet) = 0;
@@ -384,6 +384,8 @@ private:
     bool CanExecCommand(wxString command) const;
     void ExecCommand(wxString command);
     IHTMLDocument2* GetDocument() const;
+    //Toggles control features see INTERNETFEATURELIST for values.
+    bool EnableControlFeature(long flag, bool enable = true);
 
     wxDECLARE_DYNAMIC_CLASS(wxWebViewIE);
 };