]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/stackframe.tex
wxDataViewCtrl DnD stubs, some reformating
[wxWidgets.git] / docs / latex / wx / stackframe.tex
index 0bce56bac2acdb93757b4ce284def83094175f88..5472a6fddb5d3887a616700ce3c6744493c1eca1 100644 (file)
@@ -5,7 +5,7 @@
 %% Created:     2005-01-19
 %% RCS-ID:      $Id$
 %% Copyright:   (c) 2005 Vadim Zeitlin
 %% Created:     2005-01-19
 %% RCS-ID:      $Id$
 %% Copyright:   (c) 2005 Vadim Zeitlin
-%% License:     wxWidgets license
+%% License:     wxWindows license
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxStackFrame}}\label{wxstackframe}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxStackFrame}}\label{wxstackframe}
@@ -25,6 +25,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.
 
@@ -50,7 +54,7 @@ Return the address of this frame.
 Return the name of the file containing this frame, empty if
 unavailable (typically because debug info is missing).
 
 Return the name of the file containing this frame, empty if
 unavailable (typically because debug info is missing).
 
-Use \helpre{HasSourceLocation}{wxstackframehassourcelocation} to check whether
+Use \helpref{HasSourceLocation}{wxstackframehassourcelocation} to check whether
 the file name is available.
 
 
 the file name is available.
 
 
@@ -99,7 +103,7 @@ Return the return address of this frame.
 \constfunc{bool}{GetParam}{\param{size\_t }{n}, \param{wxString * }{type}, \param{wxString * }{name}, \param{wxString * }{value}}
 
 Get the name, type and value (in text form) of the given parameter.
 \constfunc{bool}{GetParam}{\param{size\_t }{n}, \param{wxString * }{type}, \param{wxString * }{name}, \param{wxString * }{value}}
 
 Get the name, type and value (in text form) of the given parameter.
-Any pointer may be \textt{NULL} if you're not interested in the corresponding
+Any pointer may be \texttt{NULL} if you're not interested in the corresponding
 value.
 
 Return \true if at least some values could be retrieved.
 value.
 
 Return \true if at least some values could be retrieved.