]> git.saurik.com Git - wxWidgets.git/commitdiff
Documented Set/GetBaseId
authorJulian Smart <julian@anthemion.co.uk>
Wed, 17 Jan 2007 09:07:32 +0000 (09:07 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 17 Jan 2007 09:07:32 +0000 (09:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/filehist.tex

index 6a20ace6942db1ffc41492a0b08ed0a5788b7d77..35c407a17ef4d9d6800c52a002372e8a1cef6877 100644 (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}}