Doc edits to fix formatting problems in Word/PDF
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,7 +24,7 @@ The terms {\it DLL} and {\it shared library/object} will both be used in the
|
|||||||
documentation to refer to the same thing: a {\tt .dll} file under Windows or
|
documentation to refer to the same thing: a {\tt .dll} file under Windows or
|
||||||
{\tt .so} or {\tt .sl} one under Unix.
|
{\tt .so} or {\tt .sl} one under Unix.
|
||||||
|
|
||||||
Example of using this class to dynamically load {\tt strlen()} function:
|
Example of using this class to dynamically load the {\tt strlen()} function:
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
#if defined(__WXMSW__)
|
#if defined(__WXMSW__)
|
||||||
@@ -189,3 +189,4 @@ Unloads the library from memory.
|
|||||||
|
|
||||||
Returns pointer to symbol {\it name} in the library or NULL if the library
|
Returns pointer to symbol {\it name} in the library or NULL if the library
|
||||||
contains no such symbol.
|
contains no such symbol.
|
||||||
|
|
||||||
|
@@ -485,3 +485,4 @@ Writes the contents of the string to the file, returns TRUE on success.
|
|||||||
|
|
||||||
The second argument is only meaningful in Unicode build of wxWindows when
|
The second argument is only meaningful in Unicode build of wxWindows when
|
||||||
{\it conv} is used to convert {\it s} to multibyte representation.
|
{\it conv} is used to convert {\it s} to multibyte representation.
|
||||||
|
|
||||||
|
@@ -27,8 +27,6 @@ Idle events can be caught by the wxApp class, or by top-level window classes.
|
|||||||
|
|
||||||
\wxheading{See also}
|
\wxheading{See also}
|
||||||
|
|
||||||
%% GD: OnXXX functions are not documented
|
|
||||||
%%\helpref{wxApp::OnIdle}{wxapponidle},
|
|
||||||
\helpref{Event handling overview}{eventhandlingoverview}
|
\helpref{Event handling overview}{eventhandlingoverview}
|
||||||
|
|
||||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||||
@@ -52,8 +50,6 @@ new event is posted to the application by the windowing system.
|
|||||||
\wxheading{See also}
|
\wxheading{See also}
|
||||||
|
|
||||||
\helpref{wxIdleEvent::MoreRequested}{wxidleeventmorerequested}
|
\helpref{wxIdleEvent::MoreRequested}{wxidleeventmorerequested}
|
||||||
%% GD: OnXXX functions are not documented
|
|
||||||
%%\helpref{wxApp::OnIdle}{wxapponidle}
|
|
||||||
|
|
||||||
\membersection{wxIdleEvent::MoreRequested}\label{wxidleeventmorerequested}
|
\membersection{wxIdleEvent::MoreRequested}\label{wxidleeventmorerequested}
|
||||||
|
|
||||||
@@ -64,6 +60,4 @@ Returns TRUE if the OnIdle function processing this event requested more process
|
|||||||
\wxheading{See also}
|
\wxheading{See also}
|
||||||
|
|
||||||
\helpref{wxIdleEvent::RequestMore}{wxidleeventrequestmore}
|
\helpref{wxIdleEvent::RequestMore}{wxidleeventrequestmore}
|
||||||
%% GD: OnXXX functions are not documented
|
|
||||||
%%\helpref{wxApp::OnIdle}{wxapponidle}
|
|
||||||
|
|
||||||
|
@@ -31,7 +31,7 @@
|
|||||||
}}
|
}}
|
||||||
\winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin,
|
\winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin,
|
||||||
Robin Dunn, et al}
|
Robin Dunn, et al}
|
||||||
\date{June 11th 2001}
|
\date{September 6th 2001}
|
||||||
}
|
}
|
||||||
\makeindex
|
\makeindex
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
[OPTIONS]
|
[OPTIONS]
|
||||||
BMROOT=x:\docs/latex/wx ; Assume that bitmaps are where the source is
|
BMROOT=c:\wx2dev\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is
|
||||||
TITLE=wxWindows Manual
|
TITLE=wxWindows Manual
|
||||||
CONTENTS=Contents
|
CONTENTS=Contents
|
||||||
COMPRESS=HIGH
|
COMPRESS=HIGH
|
||||||
|
Reference in New Issue
Block a user