merged 2.4 branch into the trunk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -201,6 +201,15 @@ public:
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize);
|
||||
#endif // WXWIN_COMPATIBILITY_2_2
|
||||
|
||||
// the methods below may be overridden by the derived classes to provide
|
||||
// custom logic for determining the pages order
|
||||
|
||||
virtual bool HasNextPage(wxWizardPage *page)
|
||||
{ return page->GetNext() != NULL; }
|
||||
|
||||
virtual bool HasPrevPage(wxWizardPage *page)
|
||||
{ return page->GetPrev() != NULL; }
|
||||
};
|
||||
|
||||
// include the real class declaration
|
||||
|
Reference in New Issue
Block a user