X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69e72fda93331a1a021c1f52883c7d669bd50896..b3a029f0bbf8262cfe30914790802f88608ea618:/docs/latex/wx/filehist.tex diff --git a/docs/latex/wx/filehist.tex b/docs/latex/wx/filehist.tex index 6a20ace694..af48e1b4e7 100644 --- a/docs/latex/wx/filehist.tex +++ b/docs/latex/wx/filehist.tex @@ -15,6 +15,10 @@ as well as the MDI parent frame. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{wxFileHistory overview}{wxfilehistoryoverview}, \helpref{wxDocManager}{wxdocmanager} @@ -89,6 +93,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::GetBaseId}\label{wxfilehistorygetbaseid} + +\constfunc{wxWindowID}{GetBaseId}{\void} + +Returns the base identifier for the range used for appending items. + + \membersection{wxFileHistory::GetCount}\label{wxfilehistorygetcount} \constfunc{size\_t}{GetCount}{\void} @@ -157,6 +168,13 @@ explicitly by the application. \helpref{wxConfig}{wxconfigbase} +\membersection{wxFileHistory::SetBaseId}\label{wxfilehistorysetbaseid} + +\func{void}{SetBaseId}{\param{wxWindowID}{ baseId}} + +Sets the base identifier for the range used for appending items. + + \membersection{wxFileHistory::UseMenu}\label{wxfilehistoryusemenu} \func{void}{UseMenu}{\param{wxMenu* }{menu}}