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:
@@ -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}}
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user