projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wxMenu::AppendSubMenu() to avoid having to specify a dummy id when adding a...
[wxWidgets.git]
/
docs
/
latex
/
wx
/
filehist.tex
diff --git
a/docs/latex/wx/filehist.tex
b/docs/latex/wx/filehist.tex
index 1b43587cd70872b6e9fe683c25f319c84ee109eb..6a20ace6942db1ffc41492a0b08ed0a5788b7d77 100644
(file)
--- a/
docs/latex/wx/filehist.tex
+++ b/
docs/latex/wx/filehist.tex
@@
-89,6
+89,13
@@
Appends the files in the history list, to all menus managed by the file history
Appends the files in the history list, to the given menu only.
Appends the files in the history list, to the given menu only.
+\membersection{wxFileHistory::GetCount}\label{wxfilehistorygetcount}
+
+\constfunc{size\_t}{GetCount}{\void}
+
+Returns the number of files currently stored in the file history.
+
+
\membersection{wxFileHistory::GetHistoryFile}\label{wxfilehistorygethistoryfile}
\constfunc{wxString}{GetHistoryFile}{\param{size\_t}{ index}}
\membersection{wxFileHistory::GetHistoryFile}\label{wxfilehistorygethistoryfile}
\constfunc{wxString}{GetHistoryFile}{\param{size\_t}{ index}}
@@
-98,16
+105,20
@@
Returns the file at this index (zero-based).
\membersection{wxFileHistory::GetMaxFiles}\label{wxfilehistorygetmaxfiles}
\membersection{wxFileHistory::GetMaxFiles}\label{wxfilehistorygetmaxfiles}
-\constfunc{
size\_
t}{GetMaxFiles}{\void}
+\constfunc{
in
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::Get
Count}\label{wxfilehistorygetcount
}
+\membersection{wxFileHistory::Get
Menus}\label{wxfilehistorygetmenus
}
-\constfunc{
size\_t}{GetCount
}{\void}
+\constfunc{
const wxList\&}{GetMenus
}{\void}
-Returns the number of files currently stored in the file history.
+Returns the list of menus that are managed by this file history object.
+
+\wxheading{See also}
+
+\helpref{wxFileHistory::UseMenu}{wxfilehistoryusemenu}
\membersection{wxFileHistory::Load}\label{wxfilehistoryload}
\membersection{wxFileHistory::Load}\label{wxfilehistoryload}