Minor doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -121,6 +121,12 @@ Loads the file history from the given config object. This function should be cal
|
||||
\helpref{wxConfig}{wxconfigbase}
|
||||
|
||||
|
||||
\membersection{wxFileHistory::RemoveFileFromHistory}\label{wxfilehistoryfromfilefromhistory}
|
||||
|
||||
\func{void}{RemoveFileFromHistory}{\param{size\_t }{i}}
|
||||
|
||||
Removes the specified file from the history.
|
||||
|
||||
\membersection{wxFileHistory::RemoveMenu}\label{wxfilehistoryremovemenu}
|
||||
|
||||
\func{void}{RemoveMenu}{\param{wxMenu* }{menu}}
|
||||
|
@@ -2637,8 +2637,6 @@ Passes data to the clipboard.
|
||||
The clipboard must have previously been opened for this call to succeed.
|
||||
|
||||
|
||||
|
||||
|
||||
\section{Miscellaneous functions}\label{miscellany}
|
||||
|
||||
|
||||
|
@@ -216,7 +216,7 @@ Removes element at given position.
|
||||
|
||||
\func{wxNode<T> *}{Find}{\param{T *}{ object}}
|
||||
|
||||
Returns the node whose client date is {\it object} or NULL if none found.
|
||||
Returns the node whose client data is {\it object} or NULL if none found.
|
||||
|
||||
{\bf Note}: keyed lists are deprecated and should not be used in new code.
|
||||
|
||||
|
@@ -305,6 +305,24 @@ shows folders under My Documents or folders on memory cards
|
||||
a known problem for PocketPC developers, and a wxFileDialog
|
||||
replacement will need to be written.
|
||||
|
||||
\subsubsection{Embedded Visual C++ Issues}
|
||||
|
||||
\wxhead{Run-time type information}
|
||||
|
||||
If you wish to use runtime type information (RTTI) with eVC++ 4, you need to download
|
||||
an extra library, {\tt ccrtrtti.lib}, and link with it. At the time of
|
||||
writing you can get it from here:
|
||||
|
||||
\begin{verbatim}
|
||||
http://support.microsoft.com/kb/830482/en-us
|
||||
\end{verbatim}
|
||||
|
||||
Otherwise you will get linker errors similar to this:
|
||||
|
||||
\begin{verbatim}
|
||||
wxwince26d.lib(control.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
|
||||
\end{verbatim}
|
||||
|
||||
\subsubsection{Remaining issues}
|
||||
|
||||
These are some of the remaining problems to be sorted out, and features
|
||||
|
Reference in New Issue
Block a user