From e0c8d2d9247f23a84ed0a588b7340e0168b88403 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 28 Mar 2006 11:24:08 +0000 Subject: [PATCH] Documentation fixes for unresolved labels after changes in debbuging api. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 4 ++-- docs/latex/wx/stackwalker.tex | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 9000d76e58..46c88f3a11 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -3053,7 +3053,7 @@ public: void SetLeftDown(bool down); void SetMiddleDown(bool down); void SetRightDown(bool down); - + void SetControlDown(bool down); void SetShiftDown(bool down); void SetAltDown(bool down); @@ -4331,7 +4331,7 @@ builds the \helpref{wxCHECK}{wxcheck} failures don't result in anything. To override the default behaviour in the debug builds which is to show the user a dialog asking whether he wants to abort the program, continue or continue ignoring any subsequent assert failures, you may override -\helpref{wxApp::OnAssert}{wxapponassert} which is called by this function if +\helpref{wxApp::OnAssertFailure}{wxapponassertfailure} which is called by this function if the global application object exists. diff --git a/docs/latex/wx/stackwalker.tex b/docs/latex/wx/stackwalker.tex index 1ae6fb487b..f1ec17f0ba 100644 --- a/docs/latex/wx/stackwalker.tex +++ b/docs/latex/wx/stackwalker.tex @@ -11,10 +11,10 @@ \section{\class{wxStackWalker}}\label{wxstackwalker} wxStackWalker allows an application to enumerate, or walk, the stack frames (the function callstack). -It is mostly useful in only two situations: +It is mostly useful in only two situations: inside \helpref{wxApp::OnFatalException}{wxapponfatalexception} function to -programmatically get the location of the crash and, in debug builds, in -\helpref{wxApp::OnAssert}{wxapponassert} to report the caller of the failed +programmatically get the location of the crash and, in debug builds, in +\helpref{wxApp::OnAssertFailure}{wxapponassertfailure} to report the caller of the failed assert. wxStackWalker works by repeatedly calling @@ -95,6 +95,5 @@ notice that Walk() frame itself is not included if skip $\ge 1$). \func{void}{WalkFromException}{\void} Enumerate stack frames from the location of uncaught exception. -This method can only be called from +This method can only be called from \helpref{wxApp::OnFatalException()}{wxapponfatalexception}. - -- 2.45.2