+\membersection{wxFileHistory::wxFileHistory}\label{wxfilehistoryctor}
+
+\func{}{wxFileHistory}{\param{size\_t}{ maxFiles = 9}, \param{wxWindowID}{ idBase = wxID\_FILE1}}
+
+Constructor. Pass the maximum number of files that should be stored and
+displayed.
+
+{\it idBase} defaults to wxID\_FILE1 and represents the id given to the first
+history menu item. Since menu items can't share the same ID you should change
+idBase (To one of your own defined IDs) when using more than one wxFileHistory
+in your application.