X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/250ab35a3ba226a3e1bd7517b18b7b46a37785ad..cc16513e28a9a3084eee4b32529cde19d1760f0d:/include/wx/docview.h diff --git a/include/wx/docview.h b/include/wx/docview.h index c9109ce65b..f921f9b504 100644 --- a/include/wx/docview.h +++ b/include/wx/docview.h @@ -377,6 +377,7 @@ public: // Handlers for UI update commands void OnUpdateFileOpen(wxUpdateUIEvent& event); void OnUpdateDisableIfNoDoc(wxUpdateUIEvent& event); + void OnUpdateFileRevert(wxUpdateUIEvent& event); void OnUpdateFileNew(wxUpdateUIEvent& event); void OnUpdateFileSave(wxUpdateUIEvent& event); void OnUpdateUndo(wxUpdateUIEvent& event); @@ -477,6 +478,12 @@ public: #endif // WXWIN_COMPATIBILITY_2_6 protected: +#if wxUSE_PRINTING_ARCHITECTURE + virtual wxPreviewFrame* CreatePreviewFrame(wxPrintPreviewBase* preview, + wxWindow *parent, + const wxString& title); +#endif // wxUSE_PRINTING_ARCHITECTURE + // hook the currently active view into event handlers chain here virtual bool TryBefore(wxEvent& event);