internal variables of wxFileHistory are protected, not public; in any case, do not document them since they are all editable safely using the accessors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-11-28 17:58:00 +00:00
parent c763d6f063
commit 1adc52fd91

View File

@@ -1472,27 +1472,6 @@ public:
called, as this is not done automatically.
*/
virtual void UseMenu(wxMenu* menu);
/**
A character array of strings corresponding to the most recently opened
files.
*/
char** m_fileHistory;
/**
The number of files stored in the history array.
*/
size_t m_fileHistoryN;
/**
The maximum number of files to be stored and displayed on the menu.
*/
size_t m_fileMaxFiles;
/**
The file menu used to display the file history list (if enabled).
*/
wxMenu* m_fileMenu;
};