]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/stackwalker.tex
sorting support for generic version (patch 1765087 from Bo)
[wxWidgets.git] / docs / latex / wx / stackwalker.tex
index 562e80eb760a9996c729fa8dc4b182e1a8eac54b..90f7eb5c124986e9d952b731c78da215330fe7e2 100644 (file)
@@ -46,6 +46,10 @@ No base class
 
 <wx/stackwalk.h>
 
 
 <wx/stackwalk.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 Only available if \texttt{wxUSE\_STACKWALKER} is $1$, currently only
 implemented for Win32 and Unix versions using recent version of GNU libc.
 
 Only available if \texttt{wxUSE\_STACKWALKER} is $1$, currently only
 implemented for Win32 and Unix versions using recent version of GNU libc.
 
@@ -94,9 +98,11 @@ Up to \arg{maxDepth} frames are walked from the innermost to the outermost one.
 
 \membersection{wxStackWalker::WalkFromException}\label{wxstackwalkerwalkfromexception}
 
 
 \membersection{wxStackWalker::WalkFromException}\label{wxstackwalkerwalkfromexception}
 
-\func{void}{WalkFromException}{\void}
+\func{void}{WalkFromException}{\param{size\_t }{maxDepth = 200}}
 
 Enumerate stack frames from the location of uncaught exception.
 This method can only be called from
 \helpref{wxApp::OnFatalException()}{wxapponfatalexception}.
 
 
 Enumerate stack frames from the location of uncaught exception.
 This method can only be called from
 \helpref{wxApp::OnFatalException()}{wxapponfatalexception}.
 
+Up to \arg{maxDepth} frames are walked from the innermost to the outermost one.
+