Documented Set/GetBaseId

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-01-17 09:07:32 +00:00
parent 81073d9209
commit 652dbdc0ab

View File

@@ -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::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 +164,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}}