]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/filesysh.tex
change configure to better detect gstreamer. Check create is valid in mediaplayer...
[wxWidgets.git] / docs / latex / wx / filesysh.tex
index c6a713748da4c2d4f12879046281fcb40b59576d..34ca77ed224bda7e4b3869cec881c4e5f1590a73 100644 (file)
@@ -18,6 +18,9 @@ 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
@@ -54,7 +57,7 @@ Constructor.
 
 \func{virtual bool}{CanOpen}{\param{const wxString\& }{location}}
 
-Returns TRUE if the handler is able to open this file. This function doesn't
+Returns true if the handler is able to open this file. This function doesn't
 check whether the file exists or not, it only checks if it knows the protocol.
 Example:
 
@@ -119,7 +122,7 @@ Works like \helpref{wxFindFirstFile}{wxfindfirstfile}. Returns name of the first
 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.
+This method is only called if \helpref{CanOpen}{wxfilesystemhandlercanopen} returns true.
 
 \membersection{wxFileSystemHandler::FindNext}\label{wxfilesystemhandlerfindnext}
 
@@ -127,7 +130,7 @@ This method is only called if \helpref{CanOpen}{wxfilesystemhandlercanopen} retu
 
 Returns next filename that matches parameters passed to \helpref{FindFirst}{wxfilesystemfindfirst}.
 
-This method is only called if \helpref{CanOpen}{wxfilesystemhandlercanopen} returns TRUE and FindFirst
+This method is only called if \helpref{CanOpen}{wxfilesystemhandlercanopen} returns true and FindFirst
 returned a non-empty string.
 
 \membersection{wxFileSystemHandler::OpenFile}\label{wxfilesystemhandleropenfile}