Fixed preview navigation as per ancient bug report
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -267,13 +267,14 @@ public:
|
||||
virtual wxPrintPreviewBase *GetPrintPreview() const
|
||||
{ return m_printPreview; }
|
||||
|
||||
void OnPrint(wxCommandEvent& event);
|
||||
void OnWindowClose(wxCommandEvent& event);
|
||||
void OnNext();
|
||||
void OnPrevious();
|
||||
void OnFirst();
|
||||
void OnLast();
|
||||
void OnGoto();
|
||||
void OnPrint();
|
||||
void OnPrint(wxCommandEvent& WXUNUSED(event)) { OnPrint(); }
|
||||
void OnNextButton(wxCommandEvent & WXUNUSED(event)) { OnNext(); }
|
||||
void OnPreviousButton(wxCommandEvent & WXUNUSED(event)) { OnPrevious(); }
|
||||
void OnFirstButton(wxCommandEvent & WXUNUSED(event)) { OnFirst(); }
|
||||
|
Reference in New Issue
Block a user