Project file corrections, doc corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-11-19 16:05:55 +00:00
parent 8d6854a63a
commit 5638d705f5
42 changed files with 499 additions and 388 deletions

View File

@@ -603,7 +603,7 @@ This function currently only has effect under GTK.
\docparam{flag}{If TRUE, the app will use the best visual.}
\membersection{wxApp::Yield}{wxappyield}
\membersection{wxApp::Yield}\label{wxappyield}
\func{bool}{Yield}{\param{bool}{ onlyIfNeeded = FALSE}}

View File

@@ -357,7 +357,7 @@ keep passing log messages to the old one instead of replacing it completely as
It is especially useful when you want to divert the logs somewhere (for
example to a file or a log window) but also keep showing the error messages
using the standard dialogs as \helpref{wxLogGui}{wxloggui} does by default.
using the standard dialogs as \helpref{wxLogGui}{wxlogoverview} does by default.
Example of usage:

View File

@@ -126,8 +126,6 @@ printf("text now contains %u hidden addresses", count);
Default ctor: use \helpref{Compile()}{wxregexcompile} later.
\membersection{wxRegEx::wxRegEx}\label{wxregexwxregex}
\func{}{wxRegEx}{\param{const wxString\& }{expr}, \param{int }{flags = wxRE\_DEFAULT}}
Create and compile the regular expression, use