]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/filesysh.tex
Made documentation for wxImage::GetData/SetData more explicit about
[wxWidgets.git] / docs / latex / wx / filesysh.tex
index 7e0a91ed86c0ab6228b93e5291c93cfe44f85b83..dec6e31d8d412dd19bc03ec52e008fc0fede6a0d 100644 (file)
@@ -16,6 +16,11 @@ GetAnchor, GetMimeTypeFromExt.
 Please have a look at \helpref{overview}{fs} if you don't know how locations
 are constructed.
 
+Also consult \helpref{list of available handlers}{fs}.
+
+\perlnote{In wxPerl, you need to derive your file system handler class
+from Wx::PlFileSystemHandler.}
+
 \wxheading{Notes}
 
 \begin{itemize}\itemsep=0pt
@@ -27,7 +32,11 @@ is always an {\bf absolute} path. You don't need to check the FS's current path.
 
 \wxheading{Derived from}
 
-wxObject
+\helpref{wxObject}{wxobject}
+
+\wxheading{Include files}
+
+<wx/filesys.h>
 
 \wxheading{See also}
 
@@ -35,6 +44,9 @@ wxObject
 \helpref{wxFSFile}{wxfsfile}, 
 \helpref{Overview}{fs}
 
+\latexignore{\rtfignore{\wxheading{Members}}}
+
+
 \membersection{wxFileSystemHandler::wxFileSystemHandler}\label{wxfilesystemhandlerwxfilesystemhandler}
 
 \func{}{wxFileSystemHandler}{\void}
@@ -107,7 +119,7 @@ Example : GetRightLocation("file:myzipfile.zip\#zip:index.htm") == "index.htm"
 \func{virtual wxString}{FindFirst}{\param{const wxString\& }{wildcard}, \param{int }{flags = 0}}
 
 Works like \helpref{wxFindFirstFile}{wxfindfirstfile}. Returns name of the first
-filename (withing filesystem's current path) that matches {\it wildcard}. {\it flags} may be one of
+filename (within filesystem's current path) that matches {\it wildcard}. {\it flags} may be one of
 wxFILE (only files), wxDIR (only directories) or 0 (both).
 
 This method is only called if \helpref{CanOpen}{wxfilesystemhandlercanopen} returns TRUE.