first pass of wxUniv merge - nothing works, most parts don't even compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
#ifndef _WX_WIZARD_H_
|
||||
#define _WX_WIZARD_H_
|
||||
|
||||
#if wxUSE_WIZARDDLG
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// headers and other simple declarations
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -194,4 +196,6 @@ typedef void (wxEvtHandler::*wxWizardEventFunction)(wxWizardEvent&);
|
||||
// unless the event handler vetoes the event
|
||||
#define EVT_WIZARD_CANCEL(id, fn) DECLARE_EVENT_TABLE_ENTRY(wxEVT_WIZARD_CANCEL, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxWizardEventFunction) & fn, (wxObject *)NULL),
|
||||
|
||||
#endif // wxUSE_WIZARDDLG
|
||||
|
||||
#endif // _WX_WIZARD_H_
|
||||
|
||||
Reference in New Issue
Block a user