From: Vadim Zeitlin Date: Thu, 9 Feb 2006 03:14:28 +0000 (+0000) Subject: documented GetMenus(); corrected GetMaxFiles() return type (patch 1371483) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/69e72fda93331a1a021c1f52883c7d669bd50896 documented GetMenus(); corrected GetMaxFiles() return type (patch 1371483) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/filehist.tex b/docs/latex/wx/filehist.tex index 1b43587cd7..6a20ace694 100644 --- 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. +\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}} @@ -98,16 +105,20 @@ Returns the file at this index (zero-based). \membersection{wxFileHistory::GetMaxFiles}\label{wxfilehistorygetmaxfiles} -\constfunc{size\_t}{GetMaxFiles}{\void} +\constfunc{int}{GetMaxFiles}{\void} Returns the maximum number of files that can be stored. -\membersection{wxFileHistory::GetCount}\label{wxfilehistorygetcount} +\membersection{wxFileHistory::GetMenus}\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}