more LaTeX fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
68fcaeb98e
commit
0f48e3d518
@ -30,13 +30,13 @@ files.
|
|||||||
|
|
||||||
\membersection{wxFileHistory::m\_fileHistoryN}
|
\membersection{wxFileHistory::m\_fileHistoryN}
|
||||||
|
|
||||||
\member{size_t}{m\_fileHistoryN}
|
\member{size\_t}{m\_fileHistoryN}
|
||||||
|
|
||||||
The number of files stored in the history array.
|
The number of files stored in the history array.
|
||||||
|
|
||||||
\membersection{wxFileHistory::m\_fileMaxFiles}
|
\membersection{wxFileHistory::m\_fileMaxFiles}
|
||||||
|
|
||||||
\member{size_t}{m\_fileMaxFiles}
|
\member{size\_t}{m\_fileMaxFiles}
|
||||||
|
|
||||||
The maximum number of files to be stored and displayed on the menu.
|
The maximum number of files to be stored and displayed on the menu.
|
||||||
|
|
||||||
@ -48,14 +48,15 @@ The file menu used to display the file history list (if enabled).
|
|||||||
|
|
||||||
\membersection{wxFileHistory::wxFileHistory}
|
\membersection{wxFileHistory::wxFileHistory}
|
||||||
|
|
||||||
\func{}{wxFileHistory}{\param{size_t}{ maxFiles = 9}, \param{wxWindowID}{ idBase = wxID_FILE1}}
|
\func{}{wxFileHistory}{\param{size\_t}{ maxFiles = 9}, \param{wxWindowID}{ idBase = wxID\_FILE1}}
|
||||||
|
|
||||||
Constructor. Pass the maximum number of files that should be stored and displayed.
|
Constructor. Pass the maximum number of files that should be stored and
|
||||||
|
displayed.
|
||||||
idBase defaults to wxID_FILE1 and represents the id given to the first history menu item.
|
|
||||||
Since menu items can't share the same ID you should change idBase (To one of your own
|
|
||||||
defined IDs) when using more than one wxFileHistory in your application.
|
|
||||||
|
|
||||||
|
{\it idBase} defaults to wxID\_FILE1 and represents the id given to the first
|
||||||
|
history menu item. Since menu items can't share the same ID you should change
|
||||||
|
idBase (To one of your own defined IDs) when using more than one wxFileHistory
|
||||||
|
in your application.
|
||||||
|
|
||||||
\membersection{wxFileHistory::\destruct{wxFileHistory}}
|
\membersection{wxFileHistory::\destruct{wxFileHistory}}
|
||||||
|
|
||||||
@ -81,19 +82,19 @@ Appends the files in the history list, to the given menu only.
|
|||||||
|
|
||||||
\membersection{wxFileHistory::GetHistoryFile}\label{wxfilehistorygethistoryfile}
|
\membersection{wxFileHistory::GetHistoryFile}\label{wxfilehistorygethistoryfile}
|
||||||
|
|
||||||
\constfunc{wxString}{GetHistoryFile}{\param{size_t}{ index}}
|
\constfunc{wxString}{GetHistoryFile}{\param{size\_t}{ index}}
|
||||||
|
|
||||||
Returns the file at this index (zero-based).
|
Returns the file at this index (zero-based).
|
||||||
|
|
||||||
\membersection{wxFileHistory::GetMaxFiles}
|
\membersection{wxFileHistory::GetMaxFiles}
|
||||||
|
|
||||||
\constfunc{size_t}{GetMaxFiles}{\void}
|
\constfunc{size\_t}{GetMaxFiles}{\void}
|
||||||
|
|
||||||
Returns the maximum number of files that can be stored.
|
Returns the maximum number of files that can be stored.
|
||||||
|
|
||||||
\membersection{wxFileHistory::GetNoHistoryFiles}
|
\membersection{wxFileHistory::GetNoHistoryFiles}
|
||||||
|
|
||||||
\constfunc{size_t}{GetNoHistoryFiles}{\void}
|
\constfunc{size\_t}{GetNoHistoryFiles}{\void}
|
||||||
|
|
||||||
Returns the number of files currently stored in the file history.
|
Returns the number of files currently stored in the file history.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user