]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/webviewarchivehandler.h
Improve wxListCtrl::SetItemState() documentation.
[wxWidgets.git] / interface / wx / webviewarchivehandler.h
index ed6147a0aea02e40c95ea406b0c4934f7eaf9b93..977c60494e7bf4b13fd6b31bfdcdd3b37ef53bac 100644 (file)
     A custom handler for the file scheme which also supports loading from 
     archives. The syntax for wxWebViewArchiveHandler differs from virtual file 
     systems in the rest of wxWidgets by using a syntax such as
-    <code> scheme:///C:/exmaple/docs.zip;protocol=zip/main.htm </code> 
+    <code> scheme:///C:/example/docs.zip;protocol=zip/main.htm </code>
     Currently the only supported protocol is @c zip. 
    
+    @since 2.9.3
     @library{wxwebview}
     @category{webview}
     
@@ -28,4 +29,4 @@ public:
     */
     wxWebViewArchiveHandler(const wxString& scheme);
     virtual wxFSFile* GetFile(const wxString &uri);
-};
\ No newline at end of file
+};