Document wxDocManager::CreatePreviewFrame() as being protected, not public.
Simply move the function documentation to the correct class section. Closes #13966. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -565,24 +565,6 @@ public:
|
||||
*/
|
||||
wxList& GetTemplates();
|
||||
|
||||
/**
|
||||
Create the frame used for print preview.
|
||||
|
||||
This method can be overridden if you need to change the behaviour or
|
||||
appearance of the preview window. By default, a standard wxPreviewFrame
|
||||
is created.
|
||||
|
||||
@since 2.9.1
|
||||
|
||||
@param preview The associated preview object.
|
||||
@param parent The parent window for the frame.
|
||||
@param title The suggested title for the print preview frame.
|
||||
@return A new print preview frame, must not return @NULL.
|
||||
*/
|
||||
virtual wxPreviewFrame* CreatePreviewFrame(wxPrintPreviewBase* preview,
|
||||
wxWindow* parent,
|
||||
const wxString& title);
|
||||
|
||||
/**
|
||||
Initializes data; currently just calls OnCreateFileHistory().
|
||||
|
||||
@@ -778,6 +760,23 @@ protected:
|
||||
*/
|
||||
virtual void OnMRUFileNotExist(unsigned n, const wxString& filename);
|
||||
|
||||
/**
|
||||
Create the frame used for print preview.
|
||||
|
||||
This method can be overridden if you need to change the behaviour or
|
||||
appearance of the preview window. By default, a standard wxPreviewFrame
|
||||
is created.
|
||||
|
||||
@since 2.9.1
|
||||
|
||||
@param preview The associated preview object.
|
||||
@param parent The parent window for the frame.
|
||||
@param title The suggested title for the print preview frame.
|
||||
@return A new print preview frame, must not return @NULL.
|
||||
*/
|
||||
virtual wxPreviewFrame* CreatePreviewFrame(wxPrintPreviewBase* preview,
|
||||
wxWindow* parent,
|
||||
const wxString& title);
|
||||
|
||||
/**
|
||||
The currently active view.
|
||||
|
Reference in New Issue
Block a user