]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dirtrav.tex
added wxWindow::AlwaysShowScrollbars() and its wxMac implementation
[wxWidgets.git] / docs / latex / wx / dirtrav.tex
index f8fbbee806b069a09b335d98be5018ab0a8d1c61..eee84ce1c31b3b6bac1cb20b7891ee1968ea7286 100644 (file)
@@ -69,8 +69,13 @@ enum wxDirTraverseResult
 
 <wx/dir.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
+
 \membersection{wxDirTraverser::OnDir}\label{wxdirtraverserondir}
 
 \func{virtual wxDirTraverseResult}{OnDir}{\param{const wxString\& }{dirname}}
@@ -82,6 +87,7 @@ subdirectories in this directory.
 
 This is a pure virtual function and must be implemented in the derived class.
 
+
 \membersection{wxDirTraverser::OnFile}\label{wxdirtraverseronfile}
 
 \func{virtual wxDirTraverseResult}{OnFile}{\param{const wxString\& }{filename}}
@@ -92,9 +98,10 @@ traversing (for example, if the file being searched is found) or
 
 This is a pure virtual function and must be implemented in the derived class.
 
-\membersection{wxOpenErrorTraverser::OnOpenError}\label{wxopenerrortraverseronopenerror}
 
-\func{virtual wxOpenErrorTraverseResult}{OnOpenError}{\param{const wxString\& }{openerrorname}}
+\membersection{wxDirTraverser::OnOpenError}\label{wxopenerrortraverseronopenerror}
+
+\func{virtual wxDirTraverseResult}{OnOpenError}{\param{const wxString\& }{openerrorname}}
 
 This function is called for each directory which we failed to open for
 enumerating. It may return {\tt wxSIR\_STOP} to abort traversing completely,